[JBoss Tools (users)] - Can't deploy to deploy-only server
by maumau61
Hi everybody,
I'm using the latest versions of jboss tools and I can't deploy
my seam application to a remote path.
(a new clean application)
I can create the deploy server but when I request a "clean" on the server,
I get the following error.
'Publishing to local Deployer...' has encountered a problem.
Could not publish to the server.
When I click on the Details button I get
Could not publish to the server.
java.lang.NullPointerException
If I remove the publishing of the x-ds.xml resource
the error goes away but only an empty directory
structure is published.
When I try to create a new project with the server already defined
I have a message saying
'Runtime "JBoss Deploy-Only Runtime" is invalid.'
Used Software
Windows XP
eclipse-jee-ganymede-SR1-win32.zip
JBossTools-ALL-win32-3.0.0.CR2-N200901101215.zip
So I'm stucked here,
does someone uses successfully this configuration ?
In advance thank you for your feed-back.
Sincerely
Malte Wiskott
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202117#4202117
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202117
17 years, 5 months
[Security & JAAS/JBoss] - Re: Custom login-module and EJB
by dabek
Hi Wolfgang,
I tried your suggestions and:
1. After changing dtd nothing changed
2. My sar file looks like:
lib
META-INF
+jboss-service.xml
+login-config.xml
+MANIFEST.MF
The login-config.xml is renamed security-config.xml
3. After changing logging I got this logs:
| 14:06:39,875 [n.XMLLoginConfigImpl(123)] TRACE - Begin getAppConfigurationEntry(BYPASSED-SECURITY), size=11
| 14:06:39,875 [n.XMLLoginConfigImpl(138)] TRACE - getAppConfigurationEntry(BYPASSED-SECURITY), no entry in appConfigs, tyring parentCont: null
| 14:06:39,875 [n.XMLLoginConfigImpl(145)] TRACE - getAppConfigurationEntry(BYPASSED-SECURITY), no entry in parentConfig, trying: other
| 14:06:39,875 [n.XMLLoginConfigImpl(155)] TRACE - End getAppConfigurationEntry(BYPASSED-SECURITY), authInfo=AppConfigurationEntry[]:
| [0]
| LoginModule Class: org.jboss.security.auth.spi.UsersRolesLoginModule
| ControlFlag: LoginModuleControlFlag: required
| Options:
|
| 14:06:39,875 [sersRolesLoginModule(123)] TRACE - initialize
| 14:06:39,875 [sersRolesLoginModule(126)] TRACE - Security domain: other
| 14:06:39,875 [sersRolesLoginModule(187)] TRACE - findResource: null
| 14:06:39,890 [sersRolesLoginModule(135)] ERROR - Failed to load users/passwords/role files
|
I found the place where the error is thrown.
I have CMP bean which has collection of others beans.
So in my session bean I create my frist bean, create second bean
and try to add second CMP bean to the collection in first.
And at this time I got this exception.
Regards,
Marcin
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202116#4202116
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202116
17 years, 5 months
jboss shutdown problem
by Marek Keerand
Hello to all
I wrote a shell script witch stops jboss and runs from cron. Problem is, that shutdown.sh can't find java.
Command for stopping jboss is:
/usr/local/jboss-4.2.2.GA/bin/shutdown.sh -s servername -S
error i get is:
usr/local/jboss-4.2.2.GA/bin/shutdown.sh: line 70: exec: java: not found
Any suggestions anybody?
Thank you in advance.
Marek
17 years, 5 months
[JBoss Cache: Core Edition] - Fragmentation failure - Jbosscache 3.0.1GA help needed
by dorbd
I am getting this exception,
any one has a suggestion what should i do?
anonymous wrote : 2009-01-15 14:05:20,364 ERROR [org.jgroups.protocols.FRAG2] fragmentation failure
| java.lang.IllegalArgumentException: 152.177.17.104:59532 is not a member of the group [152.177.17.104:47164, 152.177.17.104:42358] (enabled_members=[])
| at org.jgroups.protocols.UNICAST.down(UNICAST.java:332)
| at org.jgroups.protocols.pbcast.STABLE.down(STABLE.java:316)
| at org.jgroups.protocols.FC.handleDownMessage(FC.java:605)
| at org.jgroups.protocols.FC.down(FC.java:422)
| at org.jgroups.protocols.FRAG2.fragment(FRAG2.java:260)
| at org.jgroups.protocols.FRAG2.down(FRAG2.java:142)
| at org.jgroups.protocols.pbcast.GMS.down(GMS.java:867)
| at org.jgroups.protocols.pbcast.STATE_TRANSFER.sendApplicationStateResponse(STATE_TRANSFER.java:284)
| at org.jgroups.protocols.pbcast.STATE_TRANSFER.requestApplicationStates(STATE_TRANSFER.java:238)
| at org.jgroups.protocols.pbcast.STATE_TRANSFER.handleStateReq(STATE_TRANSFER.java:375)
| at org.jgroups.protocols.pbcast.STATE_TRANSFER.up(STATE_TRANSFER.java:117)
| at org.jgroups.protocols.pbcast.GMS.up(GMS.java:796)
| at org.jgroups.protocols.FRAG2.up(FRAG2.java:192)
| at org.jgroups.protocols.FC.up(FC.java:468)
| at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:233)
| at org.jgroups.protocols.UNICAST.handleDataReceived(UNICAST.java:616)
| at org.jgroups.protocols.UNICAST.up(UNICAST.java:282)
| at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:747)
| at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:167)
| at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:308)
| at org.jgroups.protocols.FD.up(FD.java:284)
| at org.jgroups.protocols.MERGE2.up(MERGE2.java:144)
| at org.jgroups.protocols.Discovery.up(Discovery.java:263)
| at org.jgroups.protocols.PING.up(PING.java:270)
| at org.jgroups.protocols.TP.passMessageUp(TP.java:1277)
| at org.jgroups.protocols.TP.access$100(TP.java:49)
| at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1830)
| at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1804)
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
| at java.lang.Thread.run(Thread.java:595)
My Cache configuration is as follow:anonymous wrote :
| <?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
| <UDP enable_diagnostics="true"
| enable_bundling="true"
| ip_mcast="true" ip_ttl="64"
| loopback="true" mcast_addr="228.1.2.3" mcast_port="48866"
| mcast_recv_buf_size="80000" mcast_send_buf_size="150000"
| ucast_recv_buf_size="80000" ucast_send_buf_size="150000" />
| <PING num_initial_members="3" timeout="2000" />
| <MERGE2 max_interval="20000" min_interval="10000" />
|
| <FD_SOCK />
| <VERIFY_SUSPECT timeout="1500" />
| <pbcast.NAKACK gc_lag="50"
| retransmit_timeout="600,1200,2400,4800" />
| 4800
| <pbcast.STABLE desired_avg_gossip="20000" />
| <FC max_credits="2000000" min_threshold="0.10" />
| <FRAG2 frag_size="8192" />
| <pbcast.GMS join_timeout="5000" print_local_addr="true"
| shun="true" />
| <pbcast.STATE_TRANSFER />
|
|
|
|
|
|
|
|
|
|
|
|
Thanks in advanced,
Doranonymous wrote :
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202106#4202106
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202106
17 years, 5 months