• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

weblogic in open solaris

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have an struts application that is working well with the tomcat and windows os but my need is to deploy in weblogic also the operating system is to be opensolaris well i got installed weblogic in opensolaris but can't work with it

Also i read the documentation there it is noted supports solaris but nothing about open solaris

Any help is highly appreciated

Thanks in advance
Karthic
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your problem description is not helpful. What doesn't work?
 
karthic panneer
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
l give clear explantion of my problem
I got weblogic 9.2 installed in opensolaris, when i copied the struts application that is running in tomcat to weblogic it doesn't run i am new to both weblogic and open solaris.

the steps i followed after installing web logic is(all open solaris)
started the configuration wizard, created config called test
then i copied the struts application(created in windows & tomcat) weblogic
then i started the weblogic server using the startWebLogic.sh but it doesn't it shows that error in config.xml


Please tell me what is wrong or please give me a brief tutorial or links about the weblogic and opensolaris


Thank You
karthic
 
Joe Ess
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I still have no idea what's going wrong. You say you copy your application. Where do you copy it to? You say ". . .but it doesn't it shows that error in config.xml" I don't know if that means that you expect an error but you don't see it or that there is an error but for some strange reason you decided not to show it to us or there is no errors whatsoever.
Please tell the details.
 
karthic panneer
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when i start my weblogic server using startWebLogic.sh command in userprojects
i got the following exception

<Server subsystem failed. Reason: javax.xml.stream.FactoryConfigurationError: Provider javax.xml.stream.XMLInputFactory could not be instantiated: java.lang.InstantiationException
javax.xml.stream.FactoryConfigurationError: Provider javax.xml.stream.XMLInputFactory could not be instantiated: java.lang.InstantiationException
at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:158)
at weblogic.application.descriptor.BasicMunger2.<clinit>(BasicMunger2.java:76)
at weblogic.application.ApplicationDescriptor$MyApplicationDescriptor.createXMLStreamReader(ApplicationDescriptor.java:433)
at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:369)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:720)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:729)
at weblogic.application.ApplicationDescriptor.getApplicationDescriptor(ApplicationDescriptor.java:277)
at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:174)
at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
at weblogic.deploy.internal.InternalAppProcessor.createBeansForInternalApp(InternalAppProcessor.java:396)
at weblogic.deploy.internal.InternalAppProcessor.stageFilesAndCreateBeansForInternalApp(InternalAppProcessor.java:250)
at weblogic.deploy.internal.InternalAppProcessor.updateConfiguration(InternalAppProcessor.java:196)
at weblogic.management.deploy.internal.DeploymentServerService.init(DeploymentServerService.java:144)
at weblogic.management.deploy.internal.DeploymentPreStandbyServerService.start(DeploymentPreStandbyServerService.java:32)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

This is from the admin server log file

i searched in google with that error and found some suggestions one of that is stax api might be missing. so i copied into my project it doesn't got solved then i put that jar file in common lib then also the problem did not solved.

Please tell me what to do, i have to finish this within a day



Thanks in advance
karthic
 
karthic panneer
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is there any body has or solved the problem .

I have one question can weblogic be used in open solaris or weblogic with jdk1.6

My current config in use

opensolaris , weblogic9.2 , jdk1.6

thanks in advance
karthic
 
Joe Ess
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Open Solaris is not one of the supported operating systems, so that may be a problem, but I think the bigger problem is the JDK. Did you try the JDK 1.5 which ships with Weblogic?
 
karthic panneer
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ya thats the problem i changed to jdk1.5 version and it got worked

Thanks a lot for all
Karthic
 
Joe Ess
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
karthic panneer
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Finaly i have one problem sir

I have deployed the webapp in weblogic running under solaris but i want to access it within my network through IE(internet explorer on windows)

i have tried like this http://192.168.100.31:7001/myapp in IE, but it didn't worked.
192.168.100.31 is the solaris system ipaddress
So please tell me sir how to access the webapp under IE on Windows

Thanks in advance
Karthic
 
Joe Ess
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are there any proxies or firewalls between your windows computer and the solaris server?
Can you ping 192.168.100.31?
Can you telnet 192.168.100.31 7001?
 
karthic panneer
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
no i can't telnet ipaddress(connection failed), but i can ping it
i don't know whether firewals are there or not, most probably there will not be firewalls.


Thanks in advance
Karthic
 
Joe Ess
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you can't telnet to the port, you don't have a service listening on the server. Either Weblogic isn't running or it's on a different port.
 
karthic panneer
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The reason for the problem that is not accessed outside the machine is it is simply listening on localhost(127.0.0.1) only, so i changed the listening address to the machines ip then i got access outside the network.

I have one doubt about weblogic axis compatibility

First i used axis1.1 with weblogic but i got some error like



Then i changed to axis1.4, it worked (with weblogic)

But in tomcat with axis1.1 the same web application(mentioned above) worked

is there any conflict between axis1.1 and weblogic
 
Joe Ess
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Again, you need to tell the details. Just telling us it doesn't work isn't giving us any meaningful information.
 
Happiness is not a goal ... it's a by-product of a life well lived - Eleanor Roosevelt. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic