jonnabhatla venkata

Greenhorn
+ Follow
since Feb 10, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by jonnabhatla venkata


Hi All,

I am unable to deploy the application because of the following application.

java.lang.Exception: Exception received from deployment driver. See Error Log view for more detail.
at oracle.eclipse.tools.weblogic.server.internal.DeploymentProgressListener.watch(DeploymentProgressListener.java:190)
at oracle.eclipse.tools.weblogic.server.internal.WlsJ2EEDeploymentHelper.deploy(WlsJ2EEDeploymentHelper.java:483)
at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerBehaviour.publishWeblogicModules(WeblogicServerBehaviour.java:1462)
at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerBehaviour.publishToServer(WeblogicServerBehaviour.java:897)
at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:678)
at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:531)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:775)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2893)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:337)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: weblogic.application.ModuleException: The content of elements must consist of well-formed character data or markup.rg.xml.sax.SAXParseException:The content of elements must consist of well-formed character data or markup.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:75)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:381)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:327)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:295)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:212)
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:112)
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:79)
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:97)
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:411)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:338)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:123)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:76)
at com.frk.ecs.ServiceLocator.getContext(ServiceLocator.java:160)
at com.frk.ecs.ServiceLocator.getUserDAO(ServiceLocator.java:251)
at com.frk.ecs.portal.usrmgmt.service.UserDaoService.<init>(UserDaoService.java:13)
at com.frk.ecs.portal.filter.AuthenticationFilter.<clinit>(AuthenticationFilter.java:44)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at weblogic.servlet.internal.WebComponentContributor.getNewInstance(WebComponentContributor.java:225)
at weblogic.servlet.internal.WebComponentContributor.createFilterInstance(WebComponentContributor.java:257)
at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:94)
at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1876)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)


I am not able to figure our where the error resides. Could you please help out to resolve this issue.

Your help would be appreciated.

Thanks and Regards,
Venkat
13 years ago

Hi,

You can not access the hardware of your client just by knowing clien's IP address.

You can do one thing here.

Write the server program using sockets and run the application at client machine(Socket server application running at
some port and accepting clients).
You can connect to the clent machine by socket client program and send you file object over socket connection
and then sever program can receive the file object and save to hard disk.

If you have more clinets every client machine should run this socket server application.

I think this might help you...

Thanks,
Krishna Jonnabhatla
14 years ago
JSP

Anurag Narayan wrote:Hi Ranchers,
Just now I have received the mail from Oracle that I have passed the Sun Certified Java Architect for EE5 certification.

With very limited study material available in the market and looking at the difficulty level of exam, it would have been impossible for me to do it without Javaranch and fellow Ranchers.
I thank all the Ranchers who, even when I failed in first attempt,have helped and motivated me to carry on and succeed.

Thanks,
Anurag Narayan



Congratulations!!!

Could please share materials which you have studied for this exam?


Hi All,

I have developed one html page with javascript which will add dynamic row when I click on the AddRow button.
By default page has 3 rows and we can add according to our requirement.


In the following snippet there is a validation through checkpostal(this).

<tr>
<td><INPUT TYPE="checkbox" NAME="checkbox1" value = "Office"/></td>
<td><INPUT TYPE="text" NAME="textfield1" id = "phonefield1" onblur="javascript:checkpostal(this)"/></td>
<td><INPUT TYPE="text" NAME="textfield2" id = "extfield1"/></td>
<td><INPUT TYPE="text" NAME="textfield3" id = "typefield1"/></td>
</tr>

javascript function :

Here I dont know how to pass this from javascript. the following code call the javascript function but it is
not able to validate the text field.

textnode2.onblur = checkpostal;

// The following function add new row to the existing table in the html page.
function addRow(id){
//alert("hi");
var checkcountobj = document.getElementById("checkboxcount");
var count = checkcountobj.value;
//alert("count "+count);
if(count == 'null' || count == ''){
count = 3;
}
count++;
checkcountobj.value = count;
//alert(count);
tabBody=document.getElementById(id).getElementsByTagName("TBODY")[0];

//alert(tabBody);
row=document.createElement("TR");
cell1 = document.createElement("TD");
cell2 = document.createElement("TD");
cell3 = document.createElement("TD");
cell4 = document.createElement("TD");

textnode1=document.createElement("INPUT");
textnode1.setAttribute("type", "checkbox");
textnode1.setAttribute("name", "checkbox"+count);


//textnode1.type = 'checkbox';
//textnode1.name = 'checkbox' + count;
//textnode1.size = '15';



textnode2=document.createElement("INPUT");
textnode2.setAttribute("type", "text");
textnode2.setAttribute("name", "textfield1");
textnode2.setAttribute("id", "phonefield"+count+"");
//textnode2.setAttribute('onblur', 'checkpostal(this)');
textnode2.onblur = checkpostal;


textnode3=document.createElement("INPUT");
textnode3.setAttribute("type", "text");
textnode3.setAttribute("name", "textfield2");
textnode3.setAttribute("id", "extfield"+count+"");


textnode4=document.createElement("INPUT");
textnode4.setAttribute("type", "text");
textnode4.setAttribute("name", "textfield3");
textnode4.setAttribute("id", "typefield"+count+"");




cell1.appendChild(textnode1);
cell2.appendChild(textnode2);
cell3.appendChild(textnode3);
cell4.appendChild(textnode4);
row.appendChild(cell1);
row.appendChild(cell2);
row.appendChild(cell3);
row.appendChild(cell4);
tabBody.appendChild(row);

}

// the following function validate the textfiled.

function checkpostal(textVal){
alert("checkpostal");
var re5digit = /^\(\d{3}\)\d{3}\-\d{4}$/; // /^(\+\d)*\s*(\(\d{3}\)\s*)*\d{3}(-{0,1}|\s{0,1})\d{2}(-{0,1}|\s{0,1})\d{2}$/;
// /^\d{3}$/ //regular expression defining a 5 digit number


var Value = textVal;
if(Value.value != '' && Value.value.search(re5digit) == -1 ){
alert("Phone number should be in the following format \n (XXX)XXX-XXXX ");
Value.style.background ="red" ;
}else{
Value.style.background = "";
}
}



Full source code :
===========



<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title>Insert title here</title>

<script type="text/javascript">

function add(){
//alert("lrosjma");
//document.write("krishna");
//document.form1.table1.newrow = '
//document.getElementById("");

var checkcountobj = document.getElementById("checkboxcount");
var count = checkcountobj.value;
//alert("count "+count);
if(count == 'null' || count == ''){
count = 3;
}
count++;
checkcountobj.value = count;
var d=document.getElementById("div");
alert("inside");
d.innerHTML+="<tr><td><INPUT TYPE='checkbox' NAME='checkbox"+count+"'/></td><td> <INPUT TYPE='text' NAME='textfield1' id = 'phonefield"+count+"' onblur='javascript:checkpostal(this)'/></td><td> <INPUT TYPE='text' NAME='textfield2' id = 'extfield"+count+"' /></td><td> <INPUT TYPE='text' NAME='textfield3' id = 'typefield"+count+"'/></td></tr>";

}

function addRow(id){
//alert("hi");
var checkcountobj = document.getElementById("checkboxcount");
var count = checkcountobj.value;
//alert("count "+count);
if(count == 'null' || count == ''){
count = 3;
}
count++;
checkcountobj.value = count;
//alert(count);
tabBody=document.getElementById(id).getElementsByTagName("TBODY")[0];

//alert(tabBody);
row=document.createElement("TR");
cell1 = document.createElement("TD");
cell2 = document.createElement("TD");
cell3 = document.createElement("TD");
cell4 = document.createElement("TD");

textnode1=document.createElement("INPUT");
textnode1.setAttribute("type", "checkbox");
textnode1.setAttribute("name", "checkbox"+count);


//textnode1.type = 'checkbox';
//textnode1.name = 'checkbox' + count;
//textnode1.size = '15';



textnode2=document.createElement("INPUT");
textnode2.setAttribute("type", "text");
textnode2.setAttribute("name", "textfield1");
textnode2.setAttribute("id", "phonefield"+count+"");
//textnode2.setAttribute('onblur', 'checkpostal(this)');
textnode2.onblur = checkpostal;

//var textonblur = textnode2.onblur ;
//textonblur = checkpostal;
//textonblur.setAttribute(this);

textnode3=document.createElement("INPUT");
textnode3.setAttribute("type", "text");
textnode3.setAttribute("name", "textfield2");
textnode3.setAttribute("id", "extfield"+count+"");


textnode4=document.createElement("INPUT");
textnode4.setAttribute("type", "text");
textnode4.setAttribute("name", "textfield3");
textnode4.setAttribute("id", "typefield"+count+"");




cell1.appendChild(textnode1);
cell2.appendChild(textnode2);
cell3.appendChild(textnode3);
cell4.appendChild(textnode4);
row.appendChild(cell1);
row.appendChild(cell2);
row.appendChild(cell3);
row.appendChild(cell4);
tabBody.appendChild(row);

}

function reload(){
var checkcountobj = document.getElementById("checkboxcount");
alert(checkcountobj);
var count = checkcountobj.value = 3;
}

function validatePhoneNumber(){
var checkcountobj = document.getElementById("checkboxcount");
//alert(checkcountobj.value);
var count = checkcountobj.value;
var empty
for(var i = 1 ; i <= count ; i++) {
var Value = document.getElementById("phonefield"+i);
if(Value.value == ''){
//alert("Phone number is required");
Value.style.background ="red" ;
}
}

}

function checkpostal(textVal){
var re5digit = /^\(\d{3}\)\d{3}\-\d{4}$/;

var Value = textVal;
if(Value.value != '' && Value.value.search(re5digit) == -1 ){
alert("Phone number should be in the following format \n (XXX)XXX-XXXX ");
Value.style.background ="red" ;
}else{
Value.style.background = "";
}


}

function removeRowFromTable()
{
var tbl = document.getElementById('myTable');
var lastRow = tbl.rows.length;
if (lastRow > 4) tbl.deleteRow(lastRow - 1);
}


</script>


</head>
<body>

<FORM name = "form1" action = "/AjaxSample/SampleServlet" method = "get">
<input type = "hidden" name="checkboxcount" id="checkboxcount" value = "3"/>

<table id="myTable" border = "1" >
<tbody>
<tr>
<th>Delete</th>
<th>Phone</th>
<th>Ext</th>
<th>Type</th>
</tr>

<tr>
<td><INPUT TYPE="checkbox" NAME="checkbox1" value = "Office"/></td>
<td><INPUT TYPE="text" NAME="textfield1" id = "phonefield1" onblur="javascript:checkpostal(this)"/></td>
<td><INPUT TYPE="text" NAME="textfield2" id = "extfield1"/></td>
<td><INPUT TYPE="text" NAME="textfield3" id = "typefield1"/></td>
</tr>

<tr>
<td><INPUT TYPE="checkbox" NAME="checkbox2" value = "Fax"/></td>
<td><INPUT TYPE="text" NAME="textfield1" id = "phonefield2" onblur="javascript:checkpostal(this)"/></td>
<td><INPUT TYPE="text" NAME="textfield2" id = "extfield2"/></td>
<td><INPUT TYPE="text" NAME="textfield3" id = "typefield2"/></td>
</tr>

<tr>
<td><INPUT TYPE="checkbox" NAME="checkbox3" value = "Billing"/></td>
<td><INPUT TYPE="text" NAME="textfield1" id = "phonefield3" onblur="javascript:checkpostal(this)"/></td>
<td><INPUT TYPE="text" NAME="textfield2" id = "extfield3" /></td>
<td><INPUT TYPE="text" NAME="textfield3" id = "typefield3" /></td>
</tr>

</tbody>
</table>

<INPUT TYPE=button VALUE="Add" onclick="javascript:addRow('myTable')"/>
<INPUT TYPE=button VALUE="Remove" onclick="javascript:removeRowFromTable()"/>
<INPUT TYPE=button VALUE="OK"/>
<INPUT TYPE=button VALUE="Cancel"/>

</FORM>


</body>
</html>


Any help appreciated...

Jonnabhatla venkata

David Newton wrote:@Ulf: Hmm, no, because he already knows the joins are slow. Although I don't know why they'd be any less slow if they were being run from Solr.

@jonnabhatla: Again: The way you'd index data from a DB is to do the query/join, take the text (and whatever metadata you needed), feed it into Lucene to do the indexing, and query against the Lucene index--NOT the raw data, which would entirely defeat the purpose. Solr would be the same thing.



I am confusing...

Could you please explain one example for text search ?

David Newton wrote:

jonnabhatla venkata wrote:I know solr will do reduce the time, but I dont know how to configure this


How do you know this? Or, more accurately, why do you think this?

Solr isn't for querying tables, it's for doing full-text querying. Unless you're doing the joins "off-cycle" and storing that data in Lucene (Solr), you're not accomplishing anything.

Are you trying to index data contained in a database using Solar for later querying?




Thank you so much for you reply David...

Yes David, I am trying to index data contained in a database using solr, for this I imported tables data into solr server.
I dont know how to write query with joins.

Please help me...

Thanks & Regards,
Jonnabhatla venkata

Ulf Dittmer wrote:"jonnabhatla venkata", please read your private messages and act accordingly.



I changed my signature...

Ulf Dittmer wrote:

I came to know that If I use solr I can reduce this time greatly.


If you know this already, then what are you looking for?




Hi Dittmer,

I know solr will do reduce the time, but I dont know how to configure this
in my application to achieve this.

please answer to my questions in my previous posts.

Any help appreciated..

Hi David Newton,

Thanks for you reply.......


My problem is I have a search scenario which is invoking many tables and taking more than 8 mins.

I came to know that If I use solr I can reduce this time greatly...

Is solr solve my problem ? If yes, Please explain the procedure..

Thanks in advance.....

Jonnabhatla venkata

Ulf Dittmer wrote:What, exactly, is your question? (I assume you have worked your way through the Tutorial, FAQ and Wiki that can be found on the Solr web site.)



Hi Dittmer,

Could you please reply to my above questions?

Thanks,
Jonnabhatla venkata

Ulf Dittmer wrote:What, exactly, is your question? (I assume you have worked your way through the Tutorial, FAQ and Wiki that can be found on the Solr web site.)



Thanks for your quick reply...

I already gone through the solr tutorial and Wiki and configured in my solr in my desktop.

But In my application there are many big quries with joining two or more tables and some tables having composite keys.

In SOLR, I know how to import data from the table(If the table has only primary key), but if I have composite keys how do I configure in solr ?

In my application there is a search criteria(which is taking more time) which invokes 6 tables to get the results.

here are my questions...

1) Can Solr fulfil my requirement ?
2) Do I need to import all the tables into solr?
3) If I import all the tables into solr can I replace my database with solr?
4) How to handle such big queries with joins in solr??


Thanks in adavance..
Jonnabhatla venkata





Hi All,

Has anybody worked on solr framewrok?

I need your help to implement solr in my application.

Thanks in advance,
Jonnabhatla venkata

William Brogden wrote:
What a question - do you have a term paper due or something?

You could start with the wikipedia entry for basic principles.

Then visit the Jersey project site.

Bill



Could you please provide me the information to the above questions?
I dont find the right information form the Jersey project site.

Thanks in advance,
Krishna
15 years ago
Hi All,

I am new to RESTful Jersey webservices, Could you please answer the following questions.

# Purpose of Jersey web-services; What is the protocol it uses? Advantages, Disadvantages?
# In what way it is different from plain WS (app server dependent), Axis WS?
# What are the types of Jersey WS?
# What mechanism it uses to return the results?
# Does it has the compatibility with Java collection Objects?
# Are there any issues mentioned from usage perspective

Any help appreciated.....

Thanks in advance,
Krishna
15 years ago
Hi All,

I have installed Glashfish AS 2.1 and created my own domain using the following command

>asadmin create-domain --adminport 5000 --adminuser admin J2EE

after this I started this domain

>asadmin start-domain --user admin J2EE

after this I have created node manager using the following command

>asadmin create-node-agent --host 172.16.1.46 --port 5000 mynodeagent5

While starting the nodeagent I am getting the following error....

C:\Sun\AppServer\bin>asadmin start-node-agent --user admin mynodeagent5

Please enter the master password [Enter to accept the default]:>
Redirecting output to C:/Sun/AppServer/nodeagents/mynodeagent5/agent/logs/server.log
Redirecting application output to C:/Sun/AppServer/nodeagents/mynodeagent5/agent/logs/server.log
Node Agent mynodeagent5 failed to startup. Please check the server log for more details.
CLI137 Command start-node-agent failed.


server.log
-------------

-Dcom.sun.aas.instanceRoot=C:/Sun/AppServer/nodeagents/mynodeagent5/agent
-Dcom.sun.aas.configRoot=C:/Sun/AppServer/config
-Dcom.sun.aas.defaultLogFile=C:/Sun/AppServer/nodeagents/mynodeagent5/agent/logs/server.log
-Dcom.sun.aas.instanceName=mynodeagent5
-Dcom.sun.aas.isNodeAgent=true
-Dcom.sun.aas.promptForIdentity=true
-Dcom.sun.appserv.admin.pluggable.features=com.sun.enterprise.ee.admin.pluggable.EEClientPluggableFeatureImpl
-Dcom.sun.appserv.nss.db=C:/Sun/AppServer/nodeagents/mynodeagent5/agent/config
-Dcom.sun.appserv.pluggable.features=com.sun.enterprise.ee.server.pluggable.EEPluggableFeatureImpl
-Djava.endorsed.dirs=C:/Sun/AppServer/lib/endorsed
-Djava.library.path=C:\Sun\AppServer\lib;C:\Sun\AppServer\lib;C:\Sun\AppServer\bin;C:\Sun\AppServer\bin
-Djava.security.auth.login.config=C:/Sun/AppServer/nodeagents/mynodeagent5/agent/config/login.conf
-Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
-Djmx.invoke.getters=true
-XX:+UnlockDiagnosticVMOptions
-XX:LogFile=C:/Sun/AppServer/nodeagents/mynodeagent5/agent/logs/jvm.log
-XX:+LogVMOutput
-cp
C:/Sun/AppServer/lib/comms-appserv-rt.jar;C:\Sun\AppServer\lib\appserv-launch.jar;C:/Sun/AppServer/lib\appserv-admin.jar;C:/Sun/AppServer/lib\appserv-ee.jar;C:/Sun/AppServer/lib\appserv-ext.jar;C:/Sun/AppServer/lib\appserv-rt.jar;C:/Sun/AppServer/lib\appserv-se.jar;C:/Sun/AppServer/lib\javaee.jar
com.sun.enterprise.ee.nodeagent.NodeAgentMain
start
startInstancesOverride=NOTSET
syncInstances=false
monitorInterval=5

[#|2009-04-06T16:41:19.937-0500|INFO|sun-appserver2.1|javax.ee.enterprise.system.nodeagent|_ThreadID=10;_ThreadName=main;|NAGT0004:Starting Node Agent...|#]



[#|2009-04-06T16:41:19.984-0500|CONFIG|sun-appserver2.1|javax.ee.enterprise.system.nodeagent|_ThreadID=10;_ThreadName=main;|DAS url = service:jmx:rmi:///jndi/rmi://172.16.1.46:5000/management/rmi-jmx-connector|#]



[#|2009-04-06T16:41:19.984-0500|CONFIG|sun-appserver2.1|javax.ee.enterprise.system.nodeagent|_ThreadID=10;_ThreadName=main;|NodeAgent url = service:jmx:rmi_jrmp://0.0.0.0:3708|#]



[#|2009-04-06T16:41:20.078-0500|INFO|sun-appserver2.1|javax.ee.enterprise.system.nodeagent|_ThreadID=10;_ThreadName=main;service:jmx:s1ashttp://172.16.1.46:5000;|NAGT0021:The nodeagent is attempting to rendezvoused with the DAS on URL service:jmx:s1ashttp://172.16.1.46:5000|#]



[#|2009-04-06T16:41:20.156-0500|SEVERE|sun-appserver2.1|javax.ee.enterprise.system.nodeagent|_ThreadID=10;_ThreadName=main;service:jmx:s1ashttp://172.16.1.46:5000 == java.io.IOException: Invalid user or password;|NAGT0022:The nodeagent failed to rendezvous with the DAS on URL service:jmx:s1ashttp://172.16.1.46:5000 == java.io.IOException: Invalid user or password|#]



[#|2009-04-06T16:41:22.171-0500|WARNING|sun-appserver2.1|javax.ee.enterprise.system.nodeagent|_ThreadID=10;_ThreadName=main;|NAGT0013:Stopping Node Agent...|#]

Please help me to resolve this eroor...

Thanks in advance,
Krishna
16 years ago