Rajendra Enterprises

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 28 May 2013

"Test Console" service is not running. Contact administrator to start this service. OSB

Posted on 23:57 by Unknown

On  Fresh local setup of Oracle Service bus I faced following error.
Error Accessing Test Configuration
"Test Console" service is not running. Contact administrator to start this service.

Later I found that by defualt Test console is set to false so need to be enable. To do so you need to follow following path and enable and then restart your server.
\\MW_HOME\user_projects\domains\\
Read More
Posted in | No comments

Monday, 22 April 2013

Creating simple JMS application, understand JMS with basic example, JMS queue example

Posted on 09:59 by Unknown

I hope you already have a basics of the JMS concpet, a bit more about it in different way.

1. when to use JMS or when a test case or secanrio to eligible for use JMS?
    1. When you want to decouple an application  and keep it loosly coupled with
    other systems/modules.
    2. When your application is growing and has growing responsibility to maintain
    interaction with modules.
    3.
Read More
Posted in J2EE, JMS, weblogic | No comments

Wednesday, 17 April 2013

how to kill process that is runnung on perticular port in windows?

Posted on 05:19 by Unknown


This has very handy information. sometime windows fails to kill process properly and it lefts the port running/open with that process.


To List the processes running on ports

netstat -a -o -n

Find the specific ip/prot you are looking for  and get the PID of it.

taskkill /F /PID






Read More
Posted in quick tips | No comments

Tuesday, 16 April 2013

change local/language of admin console of weblogic

Posted on 06:25 by Unknown

Hi We are doing migration of weblogic 10 to 12 and I suddenly noticed that weblogic default language was changed from english to Deutsch.
well I tried to search how is this behavior got changed and there is no way i found that how could i change it
mine is windows machine with default language setup set to Deutsch (german)  after digging for long time I could not reach to any conclusion how to
Read More
Posted in weblogic | No comments

Monday, 8 April 2013

javax.servlet.ServletException: java.lang.NoClassDefFoundError: javelin/jsp/JspFunctionMapper

Posted on 02:17 by Unknown

Recently I come across above error on weblogic 12c migration project, since  for my test I used fexisting old ear that was built for weblogic 10.0.2 version. Later I found that this error has caused a problem because application is using pre-compiled jsps inside, I also noticed that weblogic 10.3.0  this jsp compilation has been depricated. so the solution was to remove the pre-compiled jsp
Read More
Posted in J2EE, weblogic | No comments

Thursday, 7 March 2013

weblogic error: package net.sf.jasperreports.engine does not exist

Posted on 06:38 by Unknown

I just recently come across while deploying sample report application on weblogic. and it was giving me error for all of jasper report classes not found in stack trace.

net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:
C:\MW_WL12C_Domains\test\report32name_1362666859233_104255.java:4: error: package net.sf.jasperreports.engine does
Read More
Posted in jasperreport, weblogic | No comments

Monday, 2 July 2012

Axis2 too many open file handle or low disc space

Posted on 08:24 by Unknown

one of our project team using webservices using Axis2 in their project discovered that, Axis is creating lot of temp files in temp folder and that was casuing to too many file handles open and out of disc space problems.
This has caused because of Axis2 was creating modules jars files on every request initiated by the client code. this is an unavoidable situation because Axis2 classloader
Read More
Posted in Axis2 | No comments
Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • creating a crosstab report with jasper report
    creating a crosstab report with jasper is became very easy task now... as I explore it I found it very easy and simple to do... the most ted...
  • Understand Hashmap Better
    table.sample { border-width: 1px; border-spacing: 0px; border-style: solid; border-color: black; border-collapse: collapse; background...
  • JNDI Basics
    Java Naming and Directory Interface (JNDI)Naming and Directory Concepts:Naming Concepts :In computer system every program that we write, cre...
  • javax.servlet.ServletException: java.lang.NoClassDefFoundError: javelin/jsp/JspFunctionMapper
    Recently I come across above error on weblogic 12c migration project, since  for my test I used fexisting old ear that was built for weblogi...
  • Getting started with Ajax: Basics.
    Background: I had used XmlHttp in my javascripts for quite long and extensively. espically dealing with grid control... but lately I come to...
  • Google TV
    Quick Tour - Google TV www.google.comGoogle TV is a new experience that combines TV, the entire web, and apps -- as well as a way to searc...
  • Procedure / plsql support in jasper report
    I am not very sure from which version Jasper started supporting this feature, but recently when I was evaluating 3.7.5 version I suddenly ex...
  • (no title)
    Well I come alive today!!!! happy birthday
  • Understanding GC for Memory Problems
    Hi,This is my blog post on my organisation blog site.Please do visit part1 and part 2Understanding GC for Memory Problems: Part-1Understandi...
  • creating JAX-RPC web service using weblogic workshop
    Hi, Please find this attached word document explaining steps for creating JAX-RPC webserviceusing weblogic workshop.weblogic is extending th...

Categories

  • Axis2
  • enterprise
  • I am alive now
  • J2EE
  • jasperreport
  • JAVA
  • JavaScript
  • JMS
  • JNDI basics
  • MySQL
  • other
  • quick tips
  • web
  • weblogic

Blog Archive

  • ▼  2013 (6)
    • ▼  May (1)
      • "Test Console" service is not running. Contact adm...
    • ►  April (4)
    • ►  March (1)
  • ►  2012 (1)
    • ►  July (1)
  • ►  2011 (5)
    • ►  December (1)
    • ►  October (1)
    • ►  September (1)
    • ►  July (1)
    • ►  February (1)
  • ►  2010 (7)
    • ►  November (2)
    • ►  October (3)
    • ►  August (2)
  • ►  2009 (10)
    • ►  December (1)
    • ►  September (2)
    • ►  August (1)
    • ►  June (1)
    • ►  May (4)
    • ►  April (1)
Powered by Blogger.

About Me

Unknown
View my complete profile