- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Weblogic running on HP Oracle DB Server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2001 06:19 AM
тАО03-08-2001 06:19 AM
Weblogic running on HP Oracle DB Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2001 11:18 PM
тАО03-08-2001 11:18 PM
Re: Weblogic running on HP Oracle DB Server
We have installed the WebLogic server.
If i were you, i would take Apache.
We have been forced by a software vendor,
which would not work without WebLogic, to use it.
Apache, if you download it from HP, is free.
You also get some support, if you do not compile or change anything on that downloaded software. Apache runs without problems, while the config of WebLogic is a sheer horror, if you use it for several databases.
Hope, i have not confused you too much.
If you would like more info, contact me
under Alexander_Ermes@web.de
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2001 07:06 AM
тАО03-09-2001 07:06 AM
Re: Weblogic running on HP Oracle DB Server
we are running weblogic on solaris.
We have two environments.
One is distributed:
apache with plug-in on one host,
weblogic on the next
and seperate database host (3-tier).
The other one is running all on a single box.
Both are doing quite fine, but there is not so much load on both of these.
This is the typical scalabilaty discussion. Go on one box, as long as everything performs well. Have a seperate DB-Server when things become worse.
Use seperate Webserver when you have a good part of static documents, which can be serviced by apache directly, and use weblogic only for those components requiring application processing.
Just my 2 cent
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2001 10:51 PM
тАО03-12-2001 10:51 PM
Re: Weblogic running on HP Oracle DB Server
java.io.IOException: Broken pipe at java.net.SocketOutputStream.socketWrite(Native Method)
at java.net.SocketOutputStream.write(SocketOutputStream.java:87)
at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java:114)
at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:124)
at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:91)
at weblogic.servlet.internal.ServletOutputStreamImpl.checkForFlush(ServletOutputStreamImpl.java:482)
at weblogic.servlet.internal.ServletOutputStreamImpl.print(ServletOutputStreamImpl.java:193)
at weblogic.servlet.jsp.JspWriterImpl.print(JspWriterImpl.java:136)
at jsp_servlet._jsp._GeneralError._jspService(_GeneralError.java:74)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:106)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:253)
at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:172)
at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:113)
at jsp_servlet._SearchMemberList._jspService(_SearchMemberList.java:393)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:106)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:253)
at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:172)
at com.tbcn.servlet.SearchMemberServlet.performTask(SearchMemberServlet.java:372)
at com.tbcn.servlet.SearchMemberServlet.doPost(SearchMemberServlet.java:400)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
................
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2001 08:39 PM
тАО03-13-2001 08:39 PM
Re: Weblogic running on HP Oracle DB Server
Could you post more details?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2001 06:25 PM
тАО03-14-2001 06:25 PM
Re: Weblogic running on HP Oracle DB Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2001 10:46 AM
тАО03-15-2001 10:46 AM
Re: Weblogic running on HP Oracle DB Server
to be honest, I just administrate these servers technically, I have no idea of the development side.
Since this broken pipe seems to come from a java class, I would first go for weblogic website and check release requirements and dependencies.
Weblogic Service Packs up to date ?
Required JAVA-Runtime Patches installed ?
And then, most funny-> jsp_servlet
Be sure, esp. if you do a version-reset of your application, to delete the compiled code!
Otherwise your old version will find no need to re-compile the servlets, as they carry newer timestamps.
Hope this helps
Volker