meenakshi gavhale

Greenhorn
+ Follow
since Apr 13, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by meenakshi gavhale

hi,

I want to create multiple instances of JBossEAP server on single machine with same ip address.
how should i create it?
and is there any other option to set debug parameter rather than in run.conf file.


Thanks,
Meenakshi G.
11 years ago
i used two different ports but still i am getting this error
11 years ago
hi,

i have to launch a JBoss Enterprise Application Platform in Cluster.

i m using following command to run server.

1. ./run.sh -c production -g DefaultPartition -u 239.255.95.92 \ -b inbase01 -Djboss.messaging.ServerPeerID=2 \ -Djboss.service.binding.set=ports-01
2. ./run.sh -c production -g DefaultPartition -u 239.255.95.103 \ -b inbase01 -Djboss.messaging.ServerPeerID=2 \ -Djboss.service.binding.set=ports-02
[size=12]
[/size]
first instance is started properly. but while running second instance i m getting the following exception..

[color=darkred]ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
./run.sh: line 284: 25982 Aborted "/opt/jdk1.6.0_29/bin/java" -Dprogram.name=run.sh -server -Xms1303m -Xmx1303 m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterv al=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true -Xrunjdwp:transport=dt_socket,address=8790,server=y,suspend=n -Djboss. platform.mbeanserver -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.au thenticate=false -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl -Djava.net.preferIPv4St ack=true -Djava.endorsed.dirs="/export/home/infdev/8.4.1/JBossEAP_5.1.2/jboss-eap-5.1/jboss-as/lib/endorsed" -classpath "/expo rt/home/infdev/8.4.1/JBossEAP_5.1.2/jboss-eap-5.1/jboss-as/bin/run.jar:/opt/jdk1.6.0_29/lib/tools.jar" org.jboss.Main -c produ ction -g DefaultPartition -u 239.255.95.92 -b inbase01 -Djboss.messaging.ServerPeerID=2 -Djboss.service.binding.set=ports-01
-bash-3.2$ ./run.sh -c production -g DefaultPartition -u 239.255.95.92 \ -b inbase01 -Djboss.messaging.ServerPeerID=2 \ -Djboss.service.binding.set=ports-01
scenario: Two Nodes on a Single, Non-Multihomed, Server.
[/color]


Thanks,
Meenakshi G.





11 years ago
hi,

I configured Application in JbossEAP5.1.2,but i started my application all the credentials are not passed to JBossEAP, I updated my login-config.xml file.

Thanks in advanced

Meenakshi

11 years ago
hi,


while starting the JBoss Server
i get the following error
java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/slf4j/LoggerFactory, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for resolved class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature

how to resolve it?

thanks in advanced.
11 years ago
ya i did the same thing in code
but i thought something more efficient i have to do
ya i know i can use getTimestamp()

but i m retrieving different objects in my code with this getObject() so i can not use getTimestamp()
hi,

i m using getObject(int paramInt) of ResultSet.

so when i m firing select sysdate from dual on database
and try to retrieve result with resultset.getObject(1);

i get different results for jdk1.5 and 1.6
for jdk1.5 i got only Date
and for jdk 1.6 i got date and time both
this is because while retrieving result in jdk 1.5 sysdate is object of Date at runtime
in jdk1.6 it is an object of timestamp
so is there any solution to change it in jdk1.5 as an object of timestamp because because want to use jdk 1.5 and also need result date with time both

do reply..........
thanks in advanced