[JBoss Web Services] - ssl error on webservice invocation on jboss
by jmartin amaris
jmartin amaris [http://community.jboss.org/people/martin12] created the discussion
"ssl error on webservice invocation on jboss"
To view the discussion, visit: http://community.jboss.org/message/584468#584468
--------------------------------------------------------------
Hi, I'm using jboss 5.1.0 GA as an application server, I have two war applications deployed, both running perfectly. One application, app1.war, it's a web application, that, in some point invokes a webservice from the second one, app2.war. everything works fine until ssl is used.
Both applications are spring java based apps.
The correspondant keystore and truststore are properly installed, in order to a web browser can access the app1.war in its especified url.
The problem comes up, when the app2 webservice it's invoked from the app1, ssl error occurrs
Is it there solution for this situation? What's the necessary ssl configuration on the jboss server?
Thanks in advance
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/584468#584468]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 11 months
[JBoss Tools] - Issue in CR1 visual editor
by henk de boer
henk de boer [http://community.jboss.org/people/henk53] created the discussion
"Issue in CR1 visual editor"
To view the discussion, visit: http://community.jboss.org/message/584073#584073
--------------------------------------------------------------
I'm using the JBoss tools visual editor (richfaces) on Eclipse 3.6.1 using JBoss tools 3.2 CR1 on Mac OS X 10.6 64 bits.
I encountered a few small oddities. First of all, after I upgraded from Beta 2 and let Eclipse restart, I opened an .xhtml page and got an editor with no tabs. In this editor, tag completion worked, but I could not navigate into a tag. I checked the name of the editor was "JBoss Tools HTML Editor".
When I restarted Eclipse this morning, I suddenly got a slightly different look in the editor. This time there were tabs. I verified the name was still the same and it was. This is what the tabs look like:
http://community.jboss.org/servlet/JiveServlet/showImage/2-584073-11265/o... http://community.jboss.org/servlet/JiveServlet/downloadImage/2-584073-112...
This is by itself correct. Xulrunner and 64 bits just don't work together (except on Linux) and the fact that the editor now starts is perfect. But I wonder why the first time I didn't had these tabs and after the second restart they suddenly were there.
A few small things to consider here:
* Since Visual/Source and Preview is not available, it might be better to have Source as the default for this platform.
* The message is not really informative. It's just the exception message. I foresee a lot of support questions from users that might be prevented by having a clear message here.
* There is a link to the faq at the bottom, but it does not lead to any info about this situation.
Also strangely enough, I'm now able to navigate into tags, something I wasn't able to do before the second restart.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/584073#584073]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 11 months
[JBoss Web Services] - Re: getPort() call takes too long
by Michal Wroblewski
Michal Wroblewski [http://community.jboss.org/people/michal.wroblewski] created the discussion
"Re: getPort() call takes too long"
To view the discussion, visit: http://community.jboss.org/message/583258#583258
--------------------------------------------------------------
Hi All.
I have problem like to described. JBoss 5.1.0 JDK 6. My JVM stopped. Have you any idea?
Stacktrace:
"http-127.0.0.1-10080-1" daemon prio=6 tid=0x0000000006f1b2c0 nid=0x1fb4 runnable [0x000000000798b000..0x000000000798f910]
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at org.jboss.classloader.spi.base.BaseClassLoader.access$200(BaseClassLoader.java:63)
at org.jboss.classloader.spi.base.BaseClassLoader$2.run(BaseClassLoader.java:572)
at org.jboss.classloader.spi.base.BaseClassLoader$2.run(BaseClassLoader.java:532)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.classloader.spi.base.BaseClassLoader.loadClassLocally(BaseClassLoader.java:530)
- locked <0x0000000027141168> (a org.jboss.classloader.spi.base.BaseClassLoader)
at org.jboss.classloader.spi.base.BaseClassLoader.loadClassLocally(BaseClassLoader.java:507)
at org.jboss.classloader.spi.base.BaseDelegateLoader.loadClass(BaseDelegateLoader.java:134)
at org.jboss.classloader.spi.filter.FilteredDelegateLoader.loadClass(FilteredDelegateLoader.java:131)
at org.jboss.classloader.spi.base.ClassLoadingTask$ThreadTask.run(ClassLoadingTask.java:452)
at org.jboss.classloader.spi.base.ClassLoaderManager.nextTask(ClassLoaderManager.java:251)
at org.jboss.classloader.spi.base.ClassLoaderManager.process(ClassLoaderManager.java:150)
at org.jboss.classloader.spi.base.BaseClassLoaderDomain.loadClass(BaseClassLoaderDomain.java:265)
at org.jboss.classloader.spi.base.BaseClassLoaderDomain.loadClass(BaseClassLoaderDomain.java:1119)
at org.jboss.classloader.spi.base.BaseClassLoader.loadClassFromDomain(BaseClassLoader.java:798)
at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:441)
- locked <0x0000000027141168> (a org.jboss.classloader.spi.base.BaseClassLoader)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
- locked <0x0000000027141168> (a org.jboss.classloader.spi.base.BaseClassLoader)
at pl.com.disc.link.webinsurer.client.WebInsurerService.getWebInsurerPort(WebInsurerService.java:55)
at com.idit.wi.fhh.util.WebServiceConnectorImpl.getWebInsurer(WebServiceConnectorImpl.java:32)
at com.idit.wi.fhh.service.ServiceLocator.getService(ServiceLocator.java:26)
at com.idit.wi.fhh.dao.BaseDao.getService(BaseDao.java:26)
Thanks & Regards
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/583258#583258]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 11 months