SQLException in Weblogic Server 8.1(Workshop)

Hi,
I am using Weblogic Workshop 8.1. I was trying to develop worklist application in Integration domain using Task and Task worker controls. Since worklist infos are stored in pointbase database, migrated pointbase to oracle by reconfiguring the Integration domain in Configuration wizard. I changed the 3 default pointbase connection pools(cgPool,bpmArchPool, cgJMSPool-nonXA) to oracle. I was able to work on worklist application.. but i am getting the following error very frequently.. If i restart the server it works fine...
An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.sql.SQLException:Cannot obtain connection: driverURL = jdbc:weblogic:pool:cgPool, props = {enableTwoPhaseCommit=true, connectionPoolID=cgPool, jdbcTxDataSource=true, dataSourceName=cgDataSource}. Nested Exception: java.lang.RuntimeException: Failed to setAutoCommit to true for pool connection. at weblogic.jdbc.wrapper.PoolConnection.init(Lweblogic/jdbc/common/internal/ConnectionEnvV(PoolConnection.java:52) at weblogic.jdbc.pool.Driver.allocateConnection(Lweblogic/jdbc/common/internal/ConnectionEnvLjava/sql/Connection;(Driver.java:254) at weblogic.jdbc.pool.Driver.connect(Ljava/lang/String;Ljava/util/PropertiesLjava/sql/Connection;(Driver.java:164) at weblogic.jdbc.jts.Driver.getNonTxConnection(Ljava/lang/String;Ljava/util/PropertiesLjava/sql/Connection;(Driver.java:540) at weblogic.jdbc.jts.Driver.connect(Ljava/lang/String;Ljava/util/PropertiesLjava/sql/Connection;(Driver.java:139) at weblogic.jdbc.common.internal.RmiDataSource.getConnection()Ljava/sql/Connection;(RmiDataSource.java:329) at com.bea.wlw.runtime.core.util.Util.getConnection(Ljava/lang/StringLjava/sql/Connection;(Util.java:666) at com.bea.wlw.runtime.core.bean.BMPContainerBean.getConnection()Ljava/sql/Connection;(BMPContainerBean.java:2200) at com.bea.wlw.runtime.core.bean.BMPContainerBean.initTableAccess(Lcom/bea/wlw/runtime/core/dispatcher/DispFileLcom/bea/wlw/runtime/core/bean/BMPContainerBean$TableAccess;(BMPContainerBean.java:1643) at com.bea.wlw.runtime.core.dispatcher.DispComponentJar.confirmDeployment(Lcom/bea/wlw/runtime/core/dispatcher/DispFileV(DispComponentJar.java:99) at com.bea.wlw.runtime.core.dispatcher.DispResources.confirmDeployment(Lcom/bea/wlw/runtime/core/dispatcher/DispFileV(DispResources.java:752) at com.bea.wlw.runtime.core.dispatcher.DispCache.ensureDispUnit(Lcom/bea/wlw/runtime/core/dispatcher/LoadContextLcom/bea/wlw/runtime/core/dispatcher/DispUnit;(DispCache.java:767) at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.getDispUnit(Ljavax/servlet/ServletContext;Lcom/bea/wlw/runtime/core/dispatcher/HttpRequest;Ljavax/servlet/http/HttpServletResponse;Z)Lcom/bea/wlw/runtime/core/dispatcher/DispUnit;(HttpServerHelper.java:501) at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.executeGetRequest

Ramachandran Jaganmohan wrote:
Hi,
I am still getting the exception as below....
<Jun 26, 2006 2:08:46 PM GMT+05:30> <Error> <WLW> <000000> <SQLException in cleanupDocumentReference
s(): VendorCode = 17002
java.sql.SQLException: Io exception: Connection reset by peer.Hi. I wish I could help you more, but you really need a DBA to see what is
happening at the DBMS. This exception just means the DBMS hung up on the
driver.
Joe
at oracle.jdbc.driver.DatabaseError.throwSqlException(Ljava/lang/String;Ljava/lang/String;I)
V(DatabaseError.java:125)
at oracle.jdbc.driver.DatabaseError.throwSqlException(ILjava/lang/Object;)V(DatabaseError.ja
va:162)
at oracle.jdbc.driver.DatabaseError.throwSqlException(Ljava/io/IOException;)V(DatabaseError.
java:274)
at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(Z)V(T4CPreparedStatement.java:64
6)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout()V(OracleStatement.java:1081)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal()I(OraclePreparedStatement.jav
a:2905)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate()I(OraclePreparedStatement.java:
2977)
at weblogic.jdbc.wrapper.PreparedStatement.executeUpdate()I(PreparedStatement.java:147)
at com.bea.wli.store.impl.SQLStore$StandardStoreAccess.deleteDeadReferences(Ljava/sql/Connec
tion;)I(SQLStore.java:1861)
at com.bea.wli.store.impl.SQLStore.cleanupDocumentReferences(Ljava/sql/Connection;ZZ)V(SQLSt
ore.java:3417)
at com.bea.wli.store.impl.WLIAdminMDB.sqlStoreCleanupDocumentReferences()V(WLIAdminMDB.java:
607)
at com.bea.wli.store.impl.WLIAdminMDB.onMessage(Ljavax/jms/Message;)V(WLIAdminMDB.java:457)
at weblogic.ejb20.internal.MDListener.execute(Lweblogic/kernel/ExecuteThread;)V(MDListener.j
ava:400)
at weblogic.ejb20.internal.MDListener.transactionalOnMessage(Ljavax/jms/Message;)V(MDListene
r.java:333)
at weblogic.ejb20.internal.MDListener.onMessage(Ljavax/jms/Message;)V(MDListener.java:298)
at weblogic.jms.client.JMSSession.onMessage(Ljavax/jms/MessageListener;Lweblogic/jms/common/
MessageImpl;)V(JMSSession.java:2686)
at weblogic.jms.client.JMSSession.execute(Lweblogic/kernel/ExecuteThread;)V(JMSSession.java:
2598)
at weblogic.kernel.ExecuteThread.execute(Lweblogic/kernel/ExecuteRequest;)V(ExecuteThread.ja
va:224)
at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:183)
at java.lang.Thread.startThreadFromVM(Ljava/lang/Thread;)V(Unknown Source)
<Jun 26, 2006 2:08:46 PM GMT+05:30> <Error> <WLW> <000000> <Unable to clean up Document references i
n the SQL Document Store>
qNBWorkerControl.setTaskCompletionDueBusinessDateSystemCalendar
<Jun 26, 2006 2:08:48 PM GMT+05:30> <Error> <JTA> <BEA-110412> <Xid=BEA1-01BBF2A62AC026C12C0A(401421
80),Status=Committed,HeuristicErrorCode=XA_HEURHAZ,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds
since begin=23,seconds left=119,activeThread=Thread[ExecuteThread: '8' for queue: 'weblogic.kernel.
Default',5,Thread Group for Queue: 'weblogic.kernel.Default'],XAServerResourceInfo[JMS_cgJMSStore]=(
ServerResourceInfo[JMS_cgJMSStore]=(state=committed,assigned=cgServer),xar=JMS_cgJMSStore,re-Registe
red = false),XAServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(ServerResourceInfo[weblo
gic.jdbc.wrapper.JTSXAResourceImpl]=(state=committed,assigned=cgServer),xar=weblogic.jdbc.wrapper.JT
SXAResourceImpl@2c0500a,re-Registered = false),SCInfo[integration+cgServer]=(state=committed),proper
ties=({ISOLATION LEVEL=2, weblogic.jdbc=t3://<Machine ip>:7001}),OwnerTransactionManager=ServerTM[Ser
verCoordinatorDescriptor=(CoordinatorURL=cgServer+<Machine ip>:7001+integration+t3+, XAResources={JMS
FileStore, weblogic.jdbc.wrapper.JTSXAResourceImpl, JMScgJMSStore},NonXAResources={})],Coordinator
URL=cgServer+<Machine ip>:7001+integration+t3+) completed heuristically: (weblogic.jdbc.wrapper.JTSXA
ResourceImpl, HeuristicHazard, (javax.transaction.xa.XAException: Closed Connection)) >
<Jun 26, 2006 2:08:48 PM GMT+05:30> <Error> <EJB> <BEA-010026> <Exception occurred during commit of
transaction Xid=BEA1-01BBF2A62AC026C12C0A(40142180),Status=Committed,HeuristicErrorCode=XA_HEURHAZ,n
umRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=23,seconds left=118,XAServerResourceInf
o[JMS_cgJMSStore]=(ServerResourceInfo[JMS_cgJMSStore]=(state=committed,assigned=cgServer),xar=JMS_cg
JMSStore,re-Registered = false),XAServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(Serve
rResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(state=committed,assigned=cgServer),xar=weblo
gic.jdbc.wrapper.JTSXAResourceImpl@2c0500a,re-Registered = false),SCInfo[integration+cgServer]=(stat
e=committed),properties=({ISOLATION LEVEL=2, weblogic.jdbc=t3://<Machine ip>:7001}),OwnerTransactionM
anager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=cgServer+<Machine ip>:7001+integration+t3
+, XAResources={JMS_FileStore, weblogic.jdbc.wrapper.JTSXAResourceImpl, JMS_cgJMSStore},NonXAResourc
es={})],CoordinatorURL=cgServer+<Machine ip>:7001+integration+t3+): javax.transaction.HeuristicMixedE
xception: (weblogic.jdbc.wrapper.JTSXAResourceImpl, HeuristicHazard, (javax.transaction.xa.XAExcepti
on: Closed Connection))
at weblogic.transaction.internal.ServerTransactionImpl.internalCommit()V(ServerTransactionIm
pl.java:278)
at weblogic.transaction.internal.ServerTransactionImpl.commit()V(ServerTransactionImpl.java:
228)
at weblogic.ejb20.internal.MDListener.execute(Lweblogic/kernel/ExecuteThread;)V(MDListener.j
ava:430)
at weblogic.ejb20.internal.MDListener.transactionalOnMessage(Ljavax/jms/Message;)V(MDListene
r.java:333)
at weblogic.ejb20.internal.MDListener.onMessage(Ljavax/jms/Message;)V(MDListener.java:298)
at weblogic.jms.client.JMSSession.onMessage(Ljavax/jms/MessageListener;Lweblogic/jms/common/
MessageImpl;)V(JMSSession.java:2686)
at weblogic.jms.client.JMSSession.execute(Lweblogic/kernel/ExecuteThread;)V(JMSSession.java:
2598)
at weblogic.kernel.ExecuteThread.execute(Lweblogic/kernel/ExecuteRequest;)V(ExecuteThread.ja
va:224)
at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:183)
at java.lang.Thread.startThreadFromVM(Ljava/lang/Thread;)V(Unknown Source)
.>
Login 1===>>>BankManager1
<Jun 26, 2006 2:09:25 PM GMT+05:30> <Warning> <Common> <BEA-000631> <Unknown resource "weblogic.jdbc
.common.internal.ConnectionEnv@27f7745" being released to pool "cgPool". Printing out current pool c
ontents.>
<Jun 26, 2006 2:09:25 PM GMT+05:30> <Warning> <WLW> <000000> <Id=top-level; Method=DBControl.QNBDBCo
ntrol.getDeptName(); Failure=java.sql.SQLException: Attempted operation on Connection that is alread
y closed. [ServiceException]>
<Jun 26, 2006 2:09:25 PM GMT+05:30> <Error> <JTA> <BEA-110412> <Name=[EJB com.bea.wlw.runtime.core.b
ean.SyncDispatcherBean.invoke(com.bea.wlw.runtime.core.request.Request)],Xid=BEA1-01C5F2A62AC026C12C
0A(46507041),Status=Rolled back. [Reason=weblogic.transaction.internal.AppSetRollbackOnlyException],
HeuristicErrorCode=XA_HEURHAZ,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=0,second
s left=60,activeThread=Thread[ExecuteThread: '6' for queue: 'weblogic.kernel.Default',5,Thread Group
for Queue: 'weblogic.kernel.Default'],XAServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]
=(ServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(state=rolledback,assigned=cgServer),x
ar=weblogic.jdbc.wrapper.JTSXAResourceImpl@2c5b4e9,re-Registered = false),SCInfo[integration+cgServe
r]=(state=rolledback),properties=({weblogic.transaction.name=[EJB com.bea.wlw.runtime.core.bean.Sync
DispatcherBean.invoke(com.bea.wlw.runtime.core.request.Request)], weblogic.jdbc=t3://<Machine ip>:700
1}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=cgServer+172.16.5.8
9:7001+integration+t3+, XAResources={JMS_FileStore, weblogic.jdbc.wrapper.JTSXAResourceImpl, JMS_cgJ
MSStore},NonXAResources={})],CoordinatorURL=cgServer+<Machine ip>:7001+integration+t3+) completed heu
ristically: (weblogic.jdbc.wrapper.JTSXAResourceImpl, HeuristicHazard, (javax.transaction.xa.XAExcep
tion: No connection associated with xid = BEA1-01C5F2A62AC026C12C0A-7765626C6F6769632E6A6462632E7772
61707065722E4A545358415265736F75726365496D706C)) >
<Jun 26, 2006 2:09:25 PM GMT+05:30> <Error> <EJB> <BEA-010025> <Exception occurred during rollback o
f transaction Name=[EJB com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(com.bea.wlw.runtime.
core.request.Request)],Xid=BEA1-01C5F2A62AC026C12C0A(46507041),Status=Rolled back. [Reason=weblogic.
transaction.internal.AppSetRollbackOnlyException],HeuristicErrorCode=XA_HEURHAZ,numRepliesOwedMe=0,n
umRepliesOwedOthers=0,seconds since begin=0,seconds left=60,XAServerResourceInfo[weblogic.jdbc.wrapp
er.JTSXAResourceImpl]=(ServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(state=rolledback
,assigned=cgServer),xar=weblogic.jdbc.wrapper.JTSXAResourceImpl@2c5b4e9,re-Registered = false),SCInf
o[integration+cgServer]=(state=rolledback),properties=({weblogic.transaction.name=[EJB com.bea.wlw.r
untime.core.bean.SyncDispatcherBean.invoke(com.bea.wlw.runtime.core.request.Request)], weblogic.jdbc
=t3://<Machine ip>:7001}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorUR
L=cgServer+<Machine ip>:7001+integration+t3+, XAResources={JMS_FileStore, weblogic.jdbc.wrapper.JTSXA
ResourceImpl, JMS_cgJMSStore},NonXAResources={})],CoordinatorURL=cgServer+<Machine ip>:7001+integrati
on+t3+): javax.transaction.SystemException: Heuristic hazard: (weblogic.jdbc.wrapper.JTSXAResourceIm
pl, HeuristicHazard, (javax.transaction.xa.XAException: No connection associated with xid = BEA1-01C
5F2A62AC026C12C0A-7765626C6F6769632E6A6462632E777261707065722E4A545358415265736F75726365496D706C))
at weblogic.transaction.internal.ServerTransactionImpl.internalRollback()V(ServerTransaction
Impl.java:384)
at weblogic.transaction.internal.ServerTransactionImpl.rollback()V(ServerTransactionImpl.jav
a:350)
at weblogic.ejb20.internal.BaseEJBObject.postInvoke(Lweblogic/ejb20/internal/InvocationWrapp
er;Ljava/lang/Throwable;)V(BaseEJBObject.java:300)
at weblogic.ejb20.internal.StatelessEJBObject.postInvoke(Lweblogic/ejb20/internal/Invocation
Wrapper;Ljava/lang/Throwable;)V(StatelessEJBObject.java:168)
at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(Lcom/bea/wlw/runtime/co
re/request/Request;)Lcom/bea/wlw/runtime/core/request/Response;(SyncDispatcher_k1mrl8_EOImpl.java:56
at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Lcom/bea/wlw/runtime/core/d
ispatcher/DispFile;Lcom/bea/wlw/runtime/core/request/Request;)Lcom/bea/wlw/runtime/core/request/Resp
onse;(Dispatcher.java:161)
at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.invoke(Lcom/bea/wlw/runtime/core/re
quest/Request;)Ljava/lang/Object;(ServiceHandleImpl.java:436)
at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl._invoke(Lcom/bea/wlw/runtime/core/reques
t/ExecRequest;)Ljava/lang/Object;(WlwProxyImpl.java:326)
at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl.invoke(Ljava/lang/Object;Ljava/lang/refl
ect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(WlwProxyImpl.java:315)
at $Proxy39.getDeptName(Ljava/lang/String;)Ljava/lang/String;(Unknown Source)
at LoginWorklist.LoginWorklistController.loginAction(LLoginWorklist/LoginWorklistController$
LoginActionForm;)Lcom/bea/wlw/netui/pageflow/Forward;(LoginWorklistController.jpf:192)
at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/l
ang/Object;)Ljava/lang/Object;(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/la
ng/Object;(Unknown Source)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)L
java/lang/Object;(Unknown Source)
at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;
(Unknown Source)
at com.bea.wlw.netui.pageflow.FlowController.invokeActionMethod(Ljava/lang/reflect/Method;Lo
rg/apache/struts/action/ActionForm;Ljavax/servlet/http/HttpServletRequest;Lorg/apache/struts/action/
ActionMapping;)Lorg/apache/struts/action/ActionForward;(FlowController.java:1512)
at com.bea.wlw.netui.pageflow.FlowController.getActionMethodForward(Ljava/lang/String;Lorg/a
pache/struts/action/ActionForm;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServle
tResponse;Lorg/apache/struts/action/ActionMapping;)Lorg/apache/struts/action/ActionForward;(FlowCont
roller.java:1447)
at com.bea.wlw.netui.pageflow.FlowController.internalExecute(Lorg/apache/struts/action/Actio
nMapping;Lorg/apache/struts/action/ActionForm;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/
http/HttpServletResponse;)Lorg/apache/struts/action/ActionForward;(FlowController.java:778)
at com.bea.wlw.netui.pageflow.PageFlowController.internalExecute(Lorg/apache/struts/action/A
ctionMapping;Lorg/apache/struts/action/ActionForm;Ljavax/servlet/http/HttpServletRequest;Ljavax/serv
let/http/HttpServletResponse;)Lorg/apache/struts/action/ActionForward;(PageFlowController.java:211)
at com.bea.wlw.netui.pageflow.FlowController.execute(Lorg/apache/struts/action/ActionMapping
;Lorg/apache/struts/action/ActionForm;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/Htt
pServletResponse;)Lorg/apache/struts/action/ActionForward;(FlowController.java:608)
at org.apache.struts.action.RequestProcessor.processActionPerform(Ljavax/servlet/http/HttpSe
rvletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/struts/action/Action;Lorg/apache/st
ruts/action/ActionForm;Lorg/apache/struts/action/ActionMapping;)Lorg/apache/struts/action/ActionForw
ard;(RequestProcessor.java:484)
at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processActionPerform(Ljavax/servlet/h
ttp/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/struts/action/Action;Lorg
/apache/struts/action/ActionForm;Lorg/apache/struts/action/ActionMapping;)Lorg/apache/struts/action/
ActionForward;(PageFlowRequestProcessor.java:1504)
at org.apache.struts.action.RequestProcessor.process(Ljavax/servlet/http/HttpServletRequest;
Ljavax/servlet/http/HttpServletResponse;)V(RequestProcessor.java:274)
at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(Ljavax/servlet/http/HttpServl
etRequest;Ljavax/servlet/http/HttpServletResponse;)V(PageFlowRequestProcessor.java:674)
at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(Ljavax/servlet/http/HttpServ
letRequest;Ljavax/servlet/http/HttpServletResponse;)V(AutoRegisterActionServlet.java:527)
at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(Ljavax/servlet/http/HttpServletR
equest;Ljavax/servlet/http/HttpServletResponse;)V(PageFlowActionServlet.java:152)
at org.apache.struts.action.ActionServlet.doPost(Ljavax/servlet/http/HttpServletRequest;Ljav
ax/servlet/http/HttpServletResponse;)V(ActionServlet.java:525)
at javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/serv
let/http/HttpServletResponse;)V(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/Servl
etResponse;)V(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava/lang/Object;
(ServletStubImpl.java:1072)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax/servlet/ServletRequest;Lja
vax/servlet/ServletResponse;Lweblogic/servlet/internal/FilterChainImpl;)V(ServletStubImpl.java:465)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax/servlet/ServletRequest;Lja
vax/servlet/ServletResponse;)V(ServletStubImpl.java:348)
java.lang.reflect.UndeclaredThrowableException
at $Proxy39.getDeptName(Ljava/lang/String;)Ljava/lang/String;(Unknown Source)
at LoginWorklist.LoginWorklistController.loginAction(LLoginWorklist/LoginWorklistController$
LoginActionForm;)Lcom/bea/wlw/netui/pageflow/Forward;(LoginWorklistController.jpf:192)
at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/l
ang/Object;)Ljava/lang/Object;(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/la
ng/Object;(Unknown Source)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)L
java/lang/Object;(Unknown Source)
at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;
(Unknown Source)
at com.bea.wlw.netui.pageflow.FlowController.invokeActionMethod(Ljava/lang/reflect/Method;Lo
rg/apache/struts/action/ActionForm;Ljavax/servlet/http/HttpServletRequest;Lorg/apache/struts/action/
ActionMapping;)Lorg/apache/struts/action/ActionForward;(FlowController.java:1512)
at com.bea.wlw.netui.pageflow.FlowController.getActionMethodForward(Ljava/lang/String;Lorg/a
pache/struts/action/ActionForm;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServle
tResponse;Lorg/apache/struts/action/ActionMapping;)Lorg/apache/struts/action/ActionForward;(FlowCont
roller.java:1447)
at com.bea.wlw.netui.pageflow.FlowController.internalExecute(Lorg/apache/struts/action/Actio
nMapping;Lorg/apache/struts/action/ActionForm;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/
http/HttpServletResponse;)Lorg/apache/struts/action/ActionForward;(FlowController.java:778)
at com.bea.wlw.netui.pageflow.PageFlowController.internalExecute(Lorg/apache/struts/action/A
ctionMapping;Lorg/apache/struts/action/ActionForm;Ljavax/servlet/http/HttpServletRequest;Ljavax/serv
let/http/HttpServletResponse;)Lorg/apache/struts/action/ActionForward;(PageFlowController.java:211)
at com.bea.wlw.netui.pageflow.FlowController.execute(Lorg/apache/struts/action/ActionMapping
;Lorg/apache/struts/action/ActionForm;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/Htt
pServletResponse;)Lorg/apache/struts/action/ActionForward;(FlowController.java:608)
at org.apache.struts.action.RequestProcessor.processActionPerform(Ljavax/servlet/http/HttpSe
rvletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/struts/action/Action;Lorg/apache/st
ruts/action/ActionForm;Lorg/apache/struts/action/ActionMapping;)Lorg/apache/struts/action/ActionForw
ard;(RequestProcessor.java:484)
at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processActionPerform(Ljavax/servlet/h
ttp/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/apache/struts/action/Action;Lorg
/apache/struts/action/ActionForm;Lorg/apache/struts/action/ActionMapping;)Lorg/apache/struts/action/
ActionForward;(PageFlowRequestProcessor.java:1504)
at org.apache.struts.action.RequestProcessor.process(Ljavax/servlet/http/HttpServletRequest;
Ljavax/servlet/http/HttpServletResponse;)V(RequestProcessor.java:274)
at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(Ljavax/servlet/http/HttpServl
etRequest;Ljavax/servlet/http/HttpServletResponse;)V(PageFlowRequestProcessor.java:674)
at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(Ljavax/servlet/http/HttpServ
letRequest;Ljavax/servlet/http/HttpServletResponse;)V(AutoRegisterActionServlet.java:527)
at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(Ljavax/servlet/http/HttpServletR
equest;Ljavax/servlet/http/HttpServletResponse;)V(PageFlowActionServlet.java:152)
at org.apache.struts.action.ActionServlet.doPost(Ljavax/servlet/http/HttpServletRequest;Ljav
ax/servlet/http/HttpServletResponse;)V(ActionServlet.java:525)
at javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/serv
let/http/HttpServletResponse;)V(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/Servl
etResponse;)V(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava/lang/Object;
(ServletStubImpl.java:1072)

Similar Messages

  • Error starting WebLogic Server from Workshop

    I get the following error when trying to start WebLogic server
    from within Workshop. Any ideas? Also, it looks like the sample
    code that came with the first beta is no longer there - is that
    supposed to be the case?
    Build # 2002.0423.3
    Values from Workshop.properties:
    #Thu Jun 13 14:34:08 MDT 2002
    paths.domain=workshop
    paths.serverRoot=localhost
    paths.startCmd=startWebLogic
    defaultJndiDataSource=cgSampleDataSource
    paths.browser=C\:\\Program Files\\Internet Explorer\\IExplore.exe
    paths.httpRoot=http\://localhost\:7001
    paths.rootDirectory=C\:\\bea7.0beta2\\weblogic700\\samples
    paths.stopCmd=stopWebLogic
    recent.lastProject=C\:\\bea7.0beta2\\weblogic700\\samples\\workshop\\applications\\samples
    paths.classPath=C\:\\bea7.0beta2\\jdk131_02\\jre\\lib\\rt.jar;C\:\\bea7.0beta2\\weblogic700\\workshop\\stdlib.jar;C\:\\bea7.0beta2\\weblogic700\\server\\lib\\weblogic.jar
    recent.lastFiles=C\:\\bea7.0beta2\\weblogic700\\samples\\workshop\\applications\\samples\\HelloWorld.jws
    controls.applicationView.enabled=0
    paths.port=7001

    I get the following error when trying to start WebLogic server
    from within Workshop. Any ideas? Also, it looks like the sample
    code that came with the first beta is no longer there - is that
    supposed to be the case?
    Build # 2002.0423.3
    Values from Workshop.properties:
    #Thu Jun 13 14:34:08 MDT 2002
    paths.domain=workshop
    paths.serverRoot=localhost
    paths.startCmd=startWebLogic
    defaultJndiDataSource=cgSampleDataSource
    paths.browser=C\:\\Program Files\\Internet Explorer\\IExplore.exe
    paths.httpRoot=http\://localhost\:7001
    paths.rootDirectory=C\:\\bea7.0beta2\\weblogic700\\samples
    paths.stopCmd=stopWebLogic
    recent.lastProject=C\:\\bea7.0beta2\\weblogic700\\samples\\workshop\\applications\\samples
    paths.classPath=C\:\\bea7.0beta2\\jdk131_02\\jre\\lib\\rt.jar;C\:\\bea7.0beta2\\weblogic700\\workshop\\stdlib.jar;C\:\\bea7.0beta2\\weblogic700\\server\\lib\\weblogic.jar
    recent.lastFiles=C\:\\bea7.0beta2\\weblogic700\\samples\\workshop\\applications\\samples\\HelloWorld.jws
    controls.applicationView.enabled=0
    paths.port=7001

  • Weblogic server in workshop not deploying ear automatically

    Hi,
    I configured a weblogic server in the workshop studio, I added an ear to it and started. but when I try to access the web page of the web module, it says "cannot find the page".
    On admin console, it doesn't show any application added to it. Only after I deploy the application manually thru admin console, I am able to run my application, but that doesn't make sense because for evey tiny change, I have to create an .ear, stop the application, deploy and again start it.
    Can somebody tell me what is the problem?
    Regards,
    Sushma

    Hi Sushma,
    Workshop Studio is a web application development tool. Hence ear deployment isn't supported in the current release.
    Please create a dynamic web application and target that tot he server
    Please post all Workshop Studio related questions to the bea.workshop.developer.general newsgroup at http://forums.bea.com/bea/forum.jspa?forumID=600000007
    cheers
    Raj

  • Weblogic Server switching from debug to start mode

    I am using weblogic server on bea workshop for weblogic platform(weblogic 10.1)
    I started the server in debug mode.
    When I start the server there is an exception popup shown on the ide saying "Server could not be launched within timeout".
    Now on the domain console, the status of server is shown as started,but on the ide, the server status is "started" and not "debugging".
    When I right click on the server and click restart-->Debug, it changes mode to debugging, but when application is started, it does not hit the breakpoint

    C++ changed debug format from stabs to dwarf format in Studio 12. The change was necessary because stabs format was not capable of representing new debugger information now generated by the compiler.
    Dwarf format is a bit larger than stabs, partly because it contains additional information the debugger can use.
    By default, stabs information resides only in the .o files, and the a.out contains only "index stabs" that show where to find the stabs data in the individual .o files. The .o files had to be present and all files had to be in the same location at runtime in order to debug a program.
    The -xs option for stabs caused all the stabs data to be copied into the a.out. The a.out then became a stand-alone program for debugging. You could debug it anywhere, and the .o files were not referenced.
    Using dwarf format, the a.out contains all the debug data. The size is only a bit larger than when using stabs with the -xs option.
    Please note that the extra size is only on disk. The debug data is not loaded into the program. It is used only by the debugger.

  • Exception while trying to start weblogic server using workshop

    Hi all,
    Here am getting the trace given below when i try to start workshop.Any
    clues.
    =====================================
    Starting WebLogic Server...
    <Feb 2, 2002 4:09:18 PM EST> <Notice> <Management> <140005> <Loading
    configuration .\..\workshop\config.xml>
    <Feb 2, 2002 4:09:41 PM EST> <Notice> <WebLogicServer> <000327> <Starting
    WebLogic Admin Server "cgServer" for domain
    "workshop">
    <Feb 2, 2002 4:10:15 PM EST> <Alert> <JMS> <040052> <JMSServer
    "cgJMSServer", store failed to open, java.io.IOExcepti
    on: JMS JDBC store, connection pool = <cgPool>, prefix = <null>: JMS JDBC
    SQL Error
    java.sql.SQLException: Invalid transaction state -- active SQL-transaction.
    state: 2.
    at
    com.pointbase.net.netJDBCPrimitives.handleResponse([DashO-OE-V2.2-121500.112
    15B000919])
    at
    com.pointbase.net.netJDBCPrimitives.handleJDBCObjectResponse([DashO-OE-V2.2-
    121500.11215B000919])
    at
    com.pointbase.net.netJDBCDatabaseMetaData.getTables([DashO-OE-V2.2-121500.11
    215B000919])
    at
    weblogic.jdbc.pool.DatabaseMetaData.getTables(DatabaseMetaData.java:1006)
    at
    weblogic.jms.store.JDBCStoreUpgradeHelper.tablesExist(JDBCStoreUpgradeHelper
    .java:1076)
    at
    weblogic.jms.store.JDBCStoreUpgradeHelper.oldStore(JDBCStoreUpgradeHelper.ja
    va:1261)
    at weblogic.jms.store.JDBCIOStream.recover(JDBCIOStream.java:840)
    at weblogic.jms.store.JMSStore.recover(JMSStore.java:121)
    at weblogic.jms.backend.BEStore.open(BEStore.java:234)
    at weblogic.jms.backend.BEStore.start(BEStore.java:147)
    Thanks
    V

    Pls post it to the workshop newsgroup:
    weblogic.developer.interest.70beta.workshop
    regards,
    -manoj
    "Veena" <[email protected]> wrote in message news:[email protected]..
    Hi all,
    Here am getting the trace given below when i try to start workshop.Any
    clues.
    =====================================
    Starting WebLogic Server...
    <Feb 2, 2002 4:09:18 PM EST> <Notice> <Management> <140005> <Loading
    configuration .\..\workshop\config.xml>
    <Feb 2, 2002 4:09:41 PM EST> <Notice> <WebLogicServer> <000327> <Starting
    WebLogic Admin Server "cgServer" for domain
    "workshop">
    <Feb 2, 2002 4:10:15 PM EST> <Alert> <JMS> <040052> <JMSServer
    "cgJMSServer", store failed to open, java.io.IOExcepti
    on: JMS JDBC store, connection pool = <cgPool>, prefix = <null>: JMS JDBC
    SQL Error
    java.sql.SQLException: Invalid transaction state -- active SQL-transaction.
    state: 2.
    at
    com.pointbase.net.netJDBCPrimitives.handleResponse([DashO-OE-V2.2-121500.112
    15B000919])
    at
    com.pointbase.net.netJDBCPrimitives.handleJDBCObjectResponse([DashO-OE-V2.2-
    121500.11215B000919])
    at
    com.pointbase.net.netJDBCDatabaseMetaData.getTables([DashO-OE-V2.2-121500.11
    215B000919])
    at
    weblogic.jdbc.pool.DatabaseMetaData.getTables(DatabaseMetaData.java:1006)
    at
    weblogic.jms.store.JDBCStoreUpgradeHelper.tablesExist(JDBCStoreUpgradeHelper
    .java:1076)
    at
    weblogic.jms.store.JDBCStoreUpgradeHelper.oldStore(JDBCStoreUpgradeHelper.ja
    va:1261)
    at weblogic.jms.store.JDBCIOStream.recover(JDBCIOStream.java:840)
    at weblogic.jms.store.JMSStore.recover(JMSStore.java:121)
    at weblogic.jms.backend.BEStore.open(BEStore.java:234)
    at weblogic.jms.backend.BEStore.start(BEStore.java:147)
    Thanks
    V
    [att1.html]

  • Unable to start weblogic server from workshop

    I am able to start weblogic through command window. when i try to start via workshop,Nothing happens but weblogic server progress bar says ( starting weblogic server). Please advise.

    Hello,
    Table 'slee_db.beaxacmlap' doesn't exist 1. Check the permissions of the user that connects to the database. Can it create tables in this specified schema? If not update your JDBC configuration via the WLS Admin Console or update the permissions on database side.
    2. Does the table exist? If not, the easiest is to start the domain in development mode once so that the tables are created automatically.When this is done, you can switch back to production mode if you run this setting. The production mode can be enabled / disabled in config.xl via the domain configuration section of the WLS Admin console or via startWeblogic.sh by setting a environment called PRODUCTION_MODE=true|false.
    3. Be aware that there is another forum as well for your product that you can access via support.oracle.com and than click to "community". The right forum for OCSG is 'Communications Industry->Service Delivery Platform' You can subscribe to it via RSS feed as well.
    Regards,
    Kai

  • Workshop 7.0 service with WebLogic Server 6.1?

    Does anybody know if it's possible to run a web service created in Workshop 7.0
    on a WebLogic Server 6.1 (SP3) setup? I developed it originally on the Workshop
    7.0 platform but as it turns out the customer still uses the older server. What
    issues might I run into?

    Thanks for the answer. Where in the 6.1 package is the thin driver?
    "Michael Girdley" <[email protected]> wrote:
    You may be on a platform that does not support our native JDBC Type II
    driver.
    I do believe that 8.0.5 from Oracle has been removed from support by
    Oracle.
    You may also want to try the Oracle thin driver, which is available in
    the
    6.1 package.
    Michael Girdley
    BEA Systems
    Learning WebLogic? Buy the book:
    http://www.learnweblogic.com/
    "Paul Merrigan" <[email protected]> wrote in message
    news:[email protected]..
    We're upgrading from WLS 4.5.1 to 6.1 and are having troubles gettinga
    connection
    to the database. It appears to be looking for libgen.so.1 and cannotfind
    it.
    Any answers?

  • (266758030) Q SYNCH-12 Does Workshop work with WebLogic Server 6.1?

    (266758030) Q<SYNCH-12> Does Workshop work with WebLogic Server 6.1? (asked by Noel
    Fuentes)
    A<SYNCH-12> (by Adam Fitzgerald): No, Web Services in WebLogic Server 6.1 are different
    from those available in WebLogic Server 7.0. WebLogic Workshop is a WLS 7.0 tool.

    Rick,
    You may want to look at the Alteon and F5 configuration we have on edocs.
    Take a look at the following URLs for a possible solution
    http://edocs.bea.com/wls/docs61/cluster/alteon.html#591902
    http://edocs.bea.com/wls/docs61/cluster/bigip.html#591902
    Chuck Nelson
    DRE
    BEA Technical Support

  • Weblogic server won't start: java.sql.SQLException: [Security:090735]

    I've been trying to start the weblogic server, installed locally, but it won't start. In checking the server log I see this as the first Error reported:
    java.sql.SQLException: [Security:090735]The DBMS connection was not usable
    I changed all ref from localhost to my actual IP and that did not help.
    Any ideas what the issue could be?

    I did not specify anything reg. a database. It was all created for me by the system, so in checking the config.xml I see something like this:
    <jdbc-store>
    <name>pfProliferationJMSStore</name>
    <prefix-name>PF_PROLIFERATION_</prefix-name>
    <data-source>portalDataSourceNeverXA</data-source>
    <target>AdminServer</target>
    </jdbc-store>
    Since I have not created a database, nor created any explicit connections to one, what else could the issue be?

  • Can weblogic workshop be installed without weblogic server

    I was trying a custom installation to install weblogic workshop 8.1 without weblogic server. But, when I only choose weblogic workshop, it still picks the weblogic server to install.
    I want to understand can we just have weblogic workshop installed on various machines, so that we can build on various machines and finally deploy them all to a single server??
    Any help for me to understand this will be much appreciated.
    Note: I've installed a evaluation version of the software, not sure if that makes any difference..

    Has anyone else solved this problem? We too are experiencing the same problem.
    We are trying to build a .JWS file from within an ANT build script. The build script compiles the site into a single EAR file that should contain a deployable and usable JWS component, however it obviously does not.
    If anyone has a solution, please let us know. We're facing a code freeze on this project by this Friday and really need some help.

  • Which version of Workshop to use with WebLogic Server 10.0 for 64-bit Linux

    I've downloaded and installed the 64-bit version of WebLogic Server for Linux. It is running on a 64-bit Xeon RHEL 5 machine with 64-bit Sun JVM.
    During the install, I selected WebLogic Server and Weblogic Workshop but it appears that Workshop was not installed. Apparently, only the Runtime for Workshop was installed. I'm not really sure what good that does for me.
    We need to use the Workshop IDE to develop apps. Is there a 10.0 version of Workshop for 64-bit Linux?

    Hi Anup,
    Maybe you should be a bit more specific about what you want to do. Coherence is just Java and has been supported WebLogic for years in the same way most other third-party Java libraries and APIs are. I first started using Coherence about four or five years ago with WebLogic 8.
    JK

  • BEA Workshop for WebLogic Platform9.2  can use with weblogic server 9.1?

    Wanted to know whether BEA Workshop for WebLogic Platform9.2 can be used with weblogic server 9.1?. If it cannot be used then which ide we need to use to build the j2ee application to deploy on to weblogic server 9.1

    try http://edelivery.oracle.com
    accept the licenses and in the next screens
    "Select a Product Pack" select Oracle BEA
    and your platform (i.e. Windows)
    then select the media pack you want
    i.e. "BEA WebLogic Media Pack for Linux x86"
    and voila!
    "WebLogic Platform 10.2 for Microsoft Windows (32-bit)"
    (in the Platform includes WebLogic Server, Workshop for WebLogic, WebLogic Portal and WebLogic Integration)
    ./ydes

  • Timeout waiting for Oracle WebLogic Server v10.3 at localhost to start

    I am trying to run .portal file using "Run on server" option in Workshop for weblogic.
    After doing this, its trying to start the server Oracle weblogic server v10.3 at localhost and then publish my module.
    Server view status shows as "State" as "Starting" and "Status" as "Synchronizing". When status reaches 82% it gets stopped there for a long time, and when 83% comes up, I can see the "State" as "Stopped" and "Status" as "Republish". And then an error window with title as "Problem Occured" and contents saying, Starting server- Oracle weblogic server v10.3 at localhost (Time of error: ...) Details >> Timeout waiting for Oracle WebLogic Server v10.3 at localhost to start. Server did not start after 480s.
    But the console tab (when I give the startup & Deployment option as "Launch Weblogic server in eclipse console) shows,
    <Sep 8, 2011 6:15:03 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    e changed to STARTING> (final step alone I pasted)
    Before this I can see, WLS Start mode = Development, setting Classpath ,
    <Sep 8, 2011 5:56:36 PM IST> <Notice> <Log Management> <BEA-170019> <The server
    log file C:\bea\user_projects\domains\myPortalDomain\servers\AdminServer\logs\Ad
    minServer.log is opened. All server side log events will be written to this file
    .>
    When I checked Adminserver file its having,
    <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315487671986> <BEA-160151> <Registered library Extension-Name: wlp-groupspace-app-lib, Specification-Version: 10.3, Implementation-Version: 10.3.0.1 (EAR).>
    And many more similar entries...
    Also there is Adminserver.logxxx file which is having,
    ####<Sep 8, 2011 5:33:58 PM IST> <Warning> <JDBC> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315483438048> <BEA-001129> <Received exception while creating connection for pool "portalDataSourceNeverXA": SQL-server rejected establishment of SQL-connection. Pointbase Server may not be running on localhost at port 9093.>
    ####<Sep 8, 2011 5:33:58 PM IST> <Info> <JDBC> <CINTNCHEOLY0GX7> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1315483438267> <BEA-001156> <Stack trace associated with message 001129 follows:
    java.sql.SQLException: SQL-server rejected establishment of SQL-connection. Pointbase Server may not be running on localhost at port 9093.
         at com.pointbase.dbexcp.dbexcpException.getSQLException(Unknown Source)
         at com.pointbase.net.netJDBCConnection.a(Unknown Source)
         at com.pointbase.net.netJDBCConnection.<init>(Unknown Source)
         at com.pointbase.net.netJDBCDriver.getConnection(DashoA10*..:170)
         at com.pointbase.net.netJDBCDriver.connect(DashoA10*..:94)
         at com.pointbase.jdbc.jdbcUniversalDriver.getConnection(Unknown Source)
         at com.pointbase.jdbc.jdbcUniversalDriver.connect(Unknown Source)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:316)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:217)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1109)
         at weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(ResourcePoolImpl.java:2282)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    And many more entries like the above...
    I even tried startup & Deployment option as "Start weblogic server in Expressmode" and still same error I am getting and this time instead of in eclipse console, I can see command prompt and here also showing "Server state changed to STARTING"
    FYI, I created domain with runtime JRocket 1.6.0_05.
    I even tried to clean build the portal project and publish using clean option. Still same problem coming :(
    FYI, my system is having 1 GB RAM only and bit slow. Could this be a problem or something else? Please suggest.
    Thanks in advance.
    Edited by: gopikrish on Sep 8, 2011 6:20 AM

    Hi Gopikrish
    The root cause for your error is, it is not able to start the Pointbase database. Looks like you configured a domain with default pointbase database. In the domain\bin\ one of the starup scripts like startWeblogic.cmd, you should see some lines that start the pointbase database.
    java.sql.SQLException: SQL-server rejected establishment of SQL-connection. Pointbase Server may not be running on localhost at port 9093
    Instead of starting from Workshop, go to the domain root folder and start the weblogic using the command like startWeblogic.cmd (or .sh on unix). This should start the pointbase and then start the portal domain. Portal domain does need this backend pointbase database to store all the portal meta data and has datasources configured for this.
    Do you have a Clustered Portal domain, with one of the managed servers located in the remote machine. If yes, and if you use default Pointbase database, you need to change something like pointbase db should not be localhost but the name of the machine where you have the admin server running.
    Either way, the issue is not able to stat the pointbase db and thus serve not starting.
    Thanks
    Ravi Jegga

  • Will BEA release an IDE with WebLogic Server 10 in march?

    Hi
    Thank you for reading my post.
    Can some one tell me whether bea release an IDE with its new version of Weblogic server 10 in March?
    Thanks

    Have you seen the Web Services tutorial:
    http://e-docs.bea.com/workshop/docs92/ws_platform/introduction/conWorkshopTutorials.html
    What specific features would you like to see, relative to EE5. We're
    working on support for EE5 annotations, but what are you most interested?
    br
    legolas wood wrote:
    can you please give me some links to workshop feature matrix ?
    specially i am looking at what does it provide to ease web service development based on jee 5 standards and what does it provide in term of soa development.
    thanks

  • Query about the steps for Weblogic Server Upgrade from 8.1 to 10.3

    Hi!
    We have planned to upgrade our Weblogic Server from 8.1 to 10.3. Could anyone advise me:
    1. How to upgrade the Weblogic Server from 8.1 to 10.3? Can the Weblogic Server 10.3 coexist with the Weblogic Server 8.1 in one physical server?
    2. Where can the upgrade software be downloaded?
    3. We have a web service currently running under Weblogic Workshop as the Weblogic Server is started via the workshop. Can this web service be run under Weblogic Server 10.3?
    4. Are there any foreseeable issues/problems that will happen?
    Please kindly help me. Thanks a lot.
    Best Regards
    May

    Download location: http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html
    You can upgrade the domain after you install wls 10.3 using QuickStart.
    When we migrated we have moved from windows to linux. We have installed, created domain, created managed servers, configured, etc. from scratch. We didn't face any 'show stopper' issues.

Maybe you are looking for

  • Mac OSX Mountain Lion crashes randomly.

    I've made a clean install of Mac OSX Mountain Lion in my 15" Macbook Pro late 2009 laptop. I kept reciving these intermittent lock ups and then the Macbook pro reboots (while thankfully saving whatever it needed to save before it reboots) by itself w

  • Error calling for web-service from BPEL

    hello, I'm getting an exception thrown when I try to call for a web service. Until yesterday it was fine, but since today we keep getting this error message: <2006-05-29 21:02:03,635> <ERROR> <red.collaxa.cube> <BaseCubeSessionBean::logError> Error w

  • How to change remote_login_passwordfile from exclusive to NONE?

    Hi all, I used dbca to create a database in linux server. then created an ops$oracle user using the below SQL: create user ops$oracle identified by externally; grant dba to ops$oracle; How can i change this parameter to NONE? Thanks

  • Routing issues on ASA 5525X running version 8.6(1)2

    Hello , I am migration from PIX 515E to ASA 5525X  running version 8.6(1)2 . The company uses pix as its Internet GW to the ISP ,behind the PIX there's a Cisco 3845 (C3845-ADVENTERPRISEK9-M), Version 12.4(24)T1, RELEASE SOFTWARE (fc3)  Both devices a

  • PMU issue/ external hard drives aren't recognized

    I've got a similar problem to an earlier post by CMORTON. My G4 has been acting up...it'll state that the time is set incorrectly and then my external hard drives won't be recognized when I plug them in. A couple of days ago I tried resetting the PMU