Problems using Gateway on OWSM 10.1.3.1 and OWSM 10.1.3.3

Hi,
I have a problem reaching a Gateway WSDL defined on OWSM 10.1.3.3. My scenario is the following:
I have a SOA Suite 10.1.3.1 on a machine1 and I have defined a Gateway for a Webservice http://arqc:7021/CasaBolsaProxy
<?xml version="1.0" encoding="utf-8" ?>
- <s0:definitions name="CasaBolsa" targetNamespace="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:s2="http://schemas.xmlsoap.org/wsdl/soap/">
- <s0:types>
- <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://xmlns.oracle.com/BPELPreCasaBolsa">
<import namespace="http://xmlns.oracle.com/BPELPreCasaBolsa" schemaLocation="http://arqc:7021/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa" />
</schema>
</s0:types>
- <s0:service name="BPELPreCasaBolsaBindingQSService">
- <s0:port binding="s1:BPELPreCasaBolsaBinding" name="BPELPreCasaBolsaBindingQSPort">
<s2:address location="http://arqc:7021/CasaBolsaProxy" />
</s0:port>
</s0:service>
</s0:definitions>
The URL generated by the gateway is http://arqc:8890/gateway/services/SID0003017?wsdl
<?xml version="1.0" encoding="UTF-8" ?>
- <s0:definitions name="CasaBolsa" targetNamespace="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:s2="http://schemas.xmlsoap.org/wsdl/soap/">
- <s0:types>
- <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://xmlns.oracle.com/BPELPreCasaBolsa">
<import namespace="http://xmlns.oracle.com/BPELPreCasaBolsa" schemaLocation="http://192.168.20.134:7021/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa" />
</schema>
</s0:types>
- <s0:service name="BPELPreCasaBolsaBindingQSService">
- <s0:port binding="s1:BPELPreCasaBolsaBinding" name="BPELPreCasaBolsaBindingQSPort">
<s2:address location="http://arqc:8890/gateway/services/SID0003012" />
</s0:port>
</s0:service>
</s0:definitions>
and if try to test it from the menu "tools->test page" on my OWSM I don't have problems.
By needs I have another machine with SOA Suite 10.1.3.3 and I have made the same configuration as in the first machine, when I register the service on the gateway this generate the following URL http://arqdatabase:8888/gateway/services/SID0003011?wsdl and the following code:
<?xml version="1.0" encoding="UTF-8" ?>
- <s0:definitions name="CasaBolsa" targetNamespace="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:s2="http://schemas.xmlsoap.org/wsdl/soap/">
- <s0:types>
- <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://xmlns.oracle.com/BPELPreCasaBolsa">
<import namespace="http://xmlns.oracle.com/BPELPreCasaBolsa" schemaLocation="SID0003011,33/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa" />
</schema>
</s0:types>
- <s0:service name="BPELPreCasaBolsaBindingQSService">
- <s0:port binding="s1:BPELPreCasaBolsaBinding" name="BPELPreCasaBolsaBindingQSPort">
<s2:address location="http://arqdatabase:8888/gateway/services/SID0003011" />
</s0:port>
</s0:service>
</s0:definitions>
When I try to test this URL again by the menu "tools->test page" on my OWSM I reach the following message:
java.io.IOException: Fallo al leer WSDL de http://arqdatabase:8888/gateway/services/SID0003011,35/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa: No se ha encontrado WSDL.
I have analized the generated code by the two OAS and I´ve noticed that on the version 10.1.3.3 the WSDL to reach the webservice is different from the 10.1.3.1 version. The 10.1.3.3 version adds a "SID0003011,33" on the section schemaLocation of the WSDL, while the version 10.1.3.1 it has schemaLocation="http://192.168.20.134:7021/
Any idea to solve this issue. Why this difference??
Thank's in advance

ENGLISH AND SPANISH RESPONSE
ENGLISH
Hi!
Yes i had the same problem.
And I dont now why but the OWSM is defining WRONG in the wsdl the endpoint...
so ...
if u check the :
http://arqdatabase:8888/gateway/services/SID0003011?wsdl
in some part... in defines the endpoint... u must see the endpoint:
http://arqdatabase:8888/gateway/services/SID0003011,35/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa:
That endpoint doesnt exists!!!...
I workaround this doing the following:
I download the WSDL to my machine (http://arqdatabase:8888/gateway/services/SID0003011?wsdl )
i save it in test.wsdl
and i changed the endpoint in test.wsdl file
i change this: http://arqdatabase:8888/gateway/services/SID0003011,35/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa
to this:
http://arqdatabase:8888/gateway/services/SID0003011 (try first that u can reach this URL)
When u create the client, for example in JDEV, specify the wsdl file instead specify the URL
and it works...
SPANISH
Hola!
Yo tambien tuve el mismo problema... no se porque el OWSM genera mal el wsdl... pero me paso y lo pude resolver de cierto modo...
Si te das cuenta en la URL
http://arqdatabase:8888/gateway/services/SID0003011?wsdl
te debe de mostrar el endpoint al que va a llamar el cliente del web service...
asi que a ti ... (como me paso a mi) te muestra esto:
http://arqdatabase:8888/gateway/services/SID0003011,35/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa:
Esa direccion NO EXISTE!
Ese endpoint esta mal, no se porque lo genera asi, pero esta mal.
El endpoint deberia ser http://arqdatabase:8888/gateway/services/SID0003011
Asi que entra a la url del WSDL:
http://arqdatabase:8888/gateway/services/SID0003011?wsdl
y guarda en tu maquina este archivo. yo le puse este nombre:
test.wsdl
ya que lo guardaste
Cambia a mano, el endpoint
en lugar de esto:
http://arqdatabase:8888/gateway/services/SID0003011,35/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa
pon esto:
http://arqdatabase:8888/gateway/services/SID0003011
(Prueba primero que este endpoint funciona)
Y ya que tienes eso, cuando general el cliente del WS, por ejemplo si lo haces desde el jdeveloper, en vez de especificar el URL WSDL... especifica la ubicacion del archivo test.wsdl.
eso debe funcionar.
Saludos!
Mauricio

Similar Messages

  • Problem using Gateway address

    Having a little trouble setting up my macbook to connect to the work network. The way it is setup is that the wirless router I am trying to connect too requires the use of DHCP, but it also requires that you put in an IP Address for both the Gateway (Which I believe is refered to as Router in OS X) and the DNS Servers. While the DNS servers are not a problem, the Gateway(Router) Box is not available when configured to DHCP. Anyone know of a way to accomplish, both using DHCP and manually entering the IP of the Gateway?

    Actually I got it working today with full manual mode. It seems that the IP Address that the router first assigned me with DHCP was not even in it's normal IP range. Don't know what was going on there. Thanks for the help though! Full manual mode did work

  • Problem using text boxes as the "image" to drag and drop over audio file

    I have been adding audio files to my page in iWeb (previous version, not '08), but I am having a problem giving them titles.
    When you first drag a file from iTunes into iWeb, it provides a space for you to drag and drop a picture. The online iWeb guide also says that you can drag a text box there instead of a picture.
    I created a text box with the text I would like to drop over the controller. However, it is no longer allowing me to drop the text box there. I used to be able to do this, and I don't know what I'm doing differently now. Any suggestions?
    Thanks!
    -- Will

    foobar2000 with the ipod plugin will allow you to drag/drop FLAC files and when it syncs the ipod, it converts the FLAC files on the fly. MUCH better than dealing with the crappy iTunes interface and having to pre-convert the files. I absolutely loathe iTunes and it just gets worse and worse!

  • Does anyone else still have a problem using iVPN with OS X 10.8.3 and Airport Extreme?

    I am looking for help setting up iVPN. I am using my iMac, an airport extreme, and had recently purchased iVPN. I believe I input everything correct and port forward my Airport Extreme to 1732, but when the counter starts I cant access anything including email and internet. Does anyone know what the problem might be?

    I just verified that I have no issue with photobucket. I use exactly the same setup as yours except my Java security is enabled at the default level.
    Do you have the current version of the Java software installed: Java SE Runtime Environment 7 1.7.0_21. Just because you have the preference panel doesn't mean you have the runtime installed.

  • Any problems using different versions of photoshop elements (7.0) and premiere elements (8.0)?

    I already own Photoshop Elements 7.0 and am now considering buying Premiere Elements 8.0. Does anyone know if I will have any version problems with this, especially with the Organizer? Do I need to upgrade PSE to 8.0 as well?

    1- A forum participant tested that slideshow workflow from Photoshop Elements 7 to Premiere Elements 8 and verified that it worked for him.
    2 - General Organizer use is probably an entirely different question.  I have not attempted that myself and don't know anyone who has. It seems doubtful that a specific catalog file could be shared between Premiere Elements 8 and Photoshop Elements 7.
    3 - Since you mention that you are interested in upgrading to Premiere Elements 8, I recommend that you read relevant FAQs from the FAQ forum here, starting with
    http://forums.adobe.com/thread/533334?tstart=0
    http://forums.adobe.com/thread/503270?tstart=0

  • Midi connecting problems: using Logic Express 9 with MBox 2 interface and a Mac OSX 10.6.8

    I have a Mac OSX and I use Logic Express 9 on it. I also use an MBox 2 digidesign. Im having trouble connecting midi and getting it to work from my Roland Keyboard Midi, to the back of my Mbox 2 Midi. Its just not working at all. Does anyone know how to make Midi work with the Mbox 2 using Logic Express 9 on my OSX 10.6.8

    Troubleshooting Wi-Fi issues in OS X
    Wireless Connection Problems - Fix
    Wireless Connection Problems - Fix (2)
    Wireless Connection Problems - Fix (3)
    Wireless Connection Problems - Fix (4)
    Also try turning off Bluetooth

  • Huge problem using apple mail while sending email to a group...

    Hey - I am quite confused... apple mail has huge problems using groups with about 150 addresses when writing and sending an email... the writing of emails is nearly impossible. Once the group name is inserted in the addressline (address book in iCloud!), apple mail uses nearly 100% CPU and further writing is nearly impossible. When sending such an email, all addresses are suddenly visible - though the box is NOT checked and the addresses should be hidden... what can I do? I use this feature (sending mails to groups) on a daily basis and cannot accept visible addresses...
    Greetings and sorry for inconvenient english...
    Christof

    How about next time you send to the group, cc yourself, or include yourself in the group. Then receive the email on the iphone, you can "reply all" in order to send to the group. If you use an imap account, you can make a new folder, call it something like "groups", and save different group emails there for the next time you need to "reply all".

  • Excel Retrieve problem using Default Aliases

    Using version 5.0.2 patch 14 on Windows 2000 client.When option "use aliases" is selected in Excel, we have started experiencing inconsistant and unreliable retrieves.Example:After first retrieve and zoom on Parent, display is:Parent__Child A__Child B__Child CRetrieve again, results:Parent__Child A__Child C__Child CLost the retrieve for Child B.Missing rows and zeros are NOT selected.Has anyone experienced this issue?

    Thanks for the reply, Sergey. I have solved my problem using different approach.
    First suggestion is ok and helpful which after I forgot to add in when I post this thread.  Second suggestion would result on this:
    <Styles>
        <Style ss:ID="" ss:Name="Normal"> --- Attribute ID would be empty
          <Alignment ss:Vertical="Bottom" />
          <Font />
          <Interior />
          <NumberFormat />
          <Protection />
        </Style>
      </Styles>
    I modified previous approach and here is my code:
    [code]
    xmlTextWriter.WriteStartElement("Styles");
    xmlTextWriter.WriteStartElement(string.Empty, "Style", sheet);
    xmlTextWriter.WriteAttributeString("ID", sheet, "Default");
    xmlTextWriter.WriteAttributeString("Name", sheet, "Normal");
    xmlTextWriter.WriteStartElement("Alignment");
    xmlTextWriter.WriteAttributeString("Vertical", sheet, "Bottom");
    xmlTextWriter.WriteEndElement();//End Alignment
    xmlTextWriter.WriteStartElement("Font");
    xmlTextWriter.WriteEndElement();//End Font
    xmlTextWriter.WriteStartElement("Interior");
    xmlTextWriter.WriteEndElement();//End Interior
    xmlTextWriter.WriteStartElement("NumberFormat");
    xmlTextWriter.WriteEndElement();//End NumberFormat
    xmlTextWriter.WriteStartElement("Protection");
    xmlTextWriter.WriteEndElement();//End Protection
    xmlTextWriter.WriteEndElement();//End Style
    xmlTextWriter.WriteEndElement();//End Styles
    xmlTextWriter.WriteStartElement(string.Empty,"WorkSheet", sheet);
    xmlTextWriter.WriteAttributeString(string.Empty,"Name", sheet, "Sheet1");
    xmlTextWriter.WriteStartElement(string.Empty, "Table", sheet);
    xmlTextWriter.WriteAttributeString("ExpandedColumnCount", sheet, "2");
    xmlTextWriter.WriteAttributeString("ExpandedRowcount", sheet, "2");
    xmlTextWriter.WriteAttributeString("FullColumns", excel, "3");
    xmlTextWriter.WriteAttributeString("FullRows", excel, "1");//To be modified
    [/code]

  • Facebook 1.00(4667) problems using 8500

    Hi,
    I'm trying to use facebook for nokia version 1.00(4667) and either it is completely useless, it's not working properly or I'm being really stupid and missing something... all possible...
    The basic problem is that i can't see wall posts at all... if I go to someone's feed it will say something like "Tom wrote on **bleep**'s wall" or "**bleep** wrote on Harry's wall" and then if I click on it will just take me to that person wall rather than showing me what was written. If comments have been left then I get a small blue speech bubble thing on the right hand side which I can click on to see the comments but again I can't see what the original post on the wall was..
    It's the exact same on the mini feed "Tom wrote on **bleep**'s wall" but then i can't see anything apart from the profile of either Tom or **bleep** or the comments left but not the post itself. And it's the same deal with status updates, either I get linked to the person profile where all the wall will say is things like "Tom wrote on **bleep**'s wall", "Tom commented on **bleep**'s status" etc etc but can never see anything else...It kind of makes the whole app useless...
    Is this normal and it's just a rubbish app or has it not installed properly or am I just missing something...
    Any help appreciated! 
    Cheers

    Because I am having issues with Norton Security Suite with the upgrade to Firefox 4.0.1, I have been dealing with that as well, with no success to-date. However, I did notice today when I was looking in my trash, an interesting thing occurred with the upgrade that MAY have something to do with the apps. in Facebook not working correctly now with Firefox.
    In my trash, there are several folders of 'Recovered Files'. Two of them are loaded with Internet Plugins for Facebook and were all dumped on May 1st, the day I upgraded to v. 4.0.1 Firefox and began having all my problems. For example, they are plugins like: plugin-cross domain.xml, plugin-gateway-1.php, plugin-102452128776.gz-72.json, just to name a few of them. Now, I am wondering if they were inadvertently removed during the upgrade process, or if they are in conflict with the new upgrade. Should I put them all back into Library -->Internet Plug-Ins to see if that resolves the problems? There are so many of them, I wish there was a way to mark them in some fashion in case I would have to remove them and not take the wrong ones out! Maybe there is a way I can color code them before I move them. I hate using 2 browsers!
    I notice that 2 other people have this problem but I don't see where they left any post. I really wish Norton, Firefox, and Facebook would get this ironed out. I never had a problem with anything until this and I don't like to spend all my time trying to troubleshoot something I don't understand! Anyway, thanks for listening.

  • N79 wifi problem "no gateway reply"

    Please help me..... 
    Hi , I have just bought Nokia N79.
    i wish to use the wifi connectivity...but the problem is that though the netwrk is found it gives me "no gateway reply" when i select "start browsing"
    i have checked the firmware....my phone is up to date....i purchased it in 1st week of April 2009.
    i have BSNL Broadband at home and airtel broadband at office which has a wifi enabled
    its an open non secure network....no key o anythin.... But when i format it and use wifi it's work fine for 1 or 2 days.

    Posts: 1
    0
    Re: N79 wifi problem "no gateway reply"
    Options
    11-Mar-2010 04:48 AM
    i hv same problem.. after format it works for 2-3 days then 'no gateway found'
    is ther any solution... sometimes it connects... sometimes.. says no gateway.. for that i hv to format usual....some pages do not scroll

  • Problem using File sharing  in a small office network

    I have a problem using File sharing on an Imac and Macbook Pro.
    My office has a small network running Windows Small office file server 2003. I have one Windows 2000 PC connected to it and 3 Macs, an 2.4 gHz Intel iMac running Leopard 10.5.6 , a MBP running the same and a Mac Mini running 10.5.
    From the Finder Shared window of the Mac Mini, I can see all the computers on the network. It also used to be the case for the iMac, but the MBP could never see the Windows PC’s, not the server or the Win2000. This wasn’t a big problem as I was communicating between the Macs and using the shared printer on the iMac.
    On Monday Jan 19 the iMac was suddenly unavailable to the other 2 Macs. It was working normally on the Friday. The iMac can access the Mac Mini and copy files to it. The Mac Mini can see the iMac but cannot access it. Even trying to connect as, ends in a failed connection. I have tried rebooting, turning File sharing off and then on again to no avail.
    The iMac now also cannot see the Windows PC’s which it previously could.
    To get files from the MBP for printing, I now copy it to the Mac Mini and acces the folder from the iMac, a very tedious procedure. I don’t know why this happened and am scared that the Mac Mini is going to do the same thing.
    All three computers are also running VMware 2.0 with Windows XP pro, and from VMware the server is visible on all the computers.
    Any help will be much appreciated, I live in a small town in South Africa and the local computer suppliers have no knowledge of the Macs.
    I think that the problem with the iMac may have started after a software upgrade to 10.5.6 but I am not entirely sure.
    Thank you
    ajdk

    Well, you're current method sounds pretty good. But if you want to user a file server, hey go ahead.
    What you want to do when you centralize project files is to keep track of which one is the newest and becareful not to overwrite files with the same name. So you either have to set up individual spaces on the server (separate AFP/FTP folders maybe), or you'll need to run a file checkout service.
    The individual space is cheaper, but it's not much of a difference from backing up to the network drive. Since you have Gigabit connections, you might even opt to save ALL the user files on the server instead of just the project files.
    If you want to run a file checkout service, there's two approaches. You can run a service that can host any kind of file, or you can run a version control system for each kind of application (Photoshop, Word, etc.). Please notice, that as you read further and further along, the methods become more and more expensive and complicated. Once you get to this point, it will be necessary to purchase or build software in addition to the Mac OS X Server package.

  • Hi. I am just about to move from the UK to Kuwait. Will I have any problems using my iPhone 4 and able to join a local carrier using this device please?

    Hi. I am just about to move from the UK to Kuwait. Will I have any problems using my iPhone 4 and able to join a local carrier using this device please?

    If your phone is locked to a particular carrier, you must contact them to request they unlock it. Once they've taken care of that and you've followed the instructions to complete the unlock process, you will be able to use the phone elsewhere.
    ~Lyssa

  • I am using my Ipad on a remote craftshow site and am having problems with battery lasting 8 hrs. Can I use a 12v rv battery to recharge it or atleast maintain the charg over longer periods of time? I have a dc adapter. thanks

    I am using my Ipad on a remote craftshow site and am having problems with battery lasting 8 hrs. Can I use a 12v rv battery to recharge it or at least maintain the charge over longer periods of time? I have a dc adapter. thanks

    You should be able to use the battery if you get a car type charger which recharges mobile devices.
    The full size iPads use a 10-12W charger, whereas the mini uses a 5W charger. Many car chargers only supply 5W. But at 5W, the car charger should give you some extra time on your iPad. It would be best to use a 10-12W car charger.
     Cheers, Tom

  • Problem using integrated WLS in jDeveloper 11.1.2.1.0

    Hey there,
    I got a problem using the integrated WLS from the jDeveloper 11.1.2.1.0.
    After trying to deploy an ADF Web Application on the integrated WLS, I get the following log message:
    LOG
    +[Waiting for the domain to finish building...]+
    +[11:26:04 AM] Creating Integrated Weblogic domain...+
    +[11:28:13 AM] Extending Integrated Weblogic domain...+
    +[11:30:06 AM] Integrated Weblogic domain processing completed successfully.+
    *** Using HTTP port 7101 ***
    *** Using SSL port 7102 ***
    +/home/robin/.jdeveloper/system11.1.2.1.38.60.81/DefaultDomain/bin/startWebLogic.sh+
    +[waiting for the server to complete its initialization...]+
    +.+
    +.+
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m
    +.+
    WLS Start Mode=Development
    +.+
    CLASSPATH=/home/robin/bin/wls/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/home/robin/bin/wls/patch_wls1211/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/robin/bin/wls/patch_oepe100/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/robin/bin/wls/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/robin/bin/wls/jdk160_29/lib/tools.jar:/home/robin/bin/wls/wlserver_12.1/server/lib/weblogic_sp.jar:/home/robin/bin/wls/wlserver_12.1/server/lib/weblogic.jar:/home/robin/bin/wls/modules/features/weblogic.server.modules_12.1.1.0.jar:/home/robin/bin/wls/wlserver_12.1/server/lib/webservices.jar:/home/robin/bin/wls/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/robin/bin/wls/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/robin/bin/wls/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/home/robin/bin/wls/wlserver_12.1/common/derby/lib/derbyclient.jar:/home/robin/bin/wls/wlserver_12.1/server/lib/xqrl.jar
    +.+
    PATH=/home/robin/bin/wls/wlserver_12.1/server/bin:/home/robin/bin/wls/modules/org.apache.ant_1.7.1/bin:/home/robin/bin/wls/jdk160_29/jre/bin:/home/robin/bin/wls/jdk160_29/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3:/usr/games/bin
    +.+
    +*  To start WebLogic Server, use a username and   *+
    +*  password assigned to an admin-level user.  For *+
    +*  server administration, use the WebLogic Server *+
    +*  console at http://hostname:port/console        *+
    starting weblogic with Java version:
    java version "1.6.0_29"
    Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
    Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode)
    Starting WLS with line:
    +/home/robin/bin/wls/jdk160_29/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=/home/robin/bin/wls/wlserver_12.1/server/lib/weblogic.policy -Djavax.net.ssl.trustStore=/tmp/trustStore7618453572230021232.jks -Dhttp.proxyHost=emea-proxy.uk.oracle.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=localhost|localhost.localdomain|127.0.0.1|::1|MUELLER-BADY-GENTOO|MUELLER-BADY-GENTOO -Dhttps.proxyHost=emea-proxy.uk.oracle.com -Dhttps.proxyPort=80 -Doracle.jdeveloper.adrs=true -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -Djava.endorsed.dirs=/home/robin/bin/wls/jdk160_29/jre/lib/endorsed:/home/robin/bin/wls/wlserver_12.1/endorsed -da -Dplatform.home=/home/robin/bin/wls/wlserver_12.1 -Dwls.home=/home/robin/bin/wls/wlserver_12.1/server -Dweblogic.home=/home/robin/bin/wls/wlserver_12.1/server -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=/home/robin/bin/wls/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/home/robin/.jdeveloper/system11.1.2.1.38.60.81/DefaultDomain -Djrockit.optfile=/home/robin/bin/wls/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/home/robin/.jdeveloper/system11.1.2.1.38.60.81/DefaultDomain/config/fmwconfig/servers/DefaultServer -Doracle.domain.config.dir=/home/robin/.jdeveloper/system11.1.2.1.38.60.81/DefaultDomain/config/fmwconfig -Digf.arisidbeans.carmlloc=/home/robin/.jdeveloper/system11.1.2.1.38.60.81/DefaultDomain/config/fmwconfig/carml -Digf.arisidstack.home=/home/robin/.jdeveloper/system11.1.2.1.38.60.81/DefaultDomain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/home/robin/.jdeveloper/system11.1.2.1.38.60.81/DefaultDomain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/home/robin/.jdeveloper/system11.1.2.1.38.60.81/DefaultDomain/servers/DefaultServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/home/robin/bin/wls/oracle_common/modules/oracle.ossoiap_11.1.1,/home/robin/bin/wls/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=/home/robin/.jdeveloper/system11.1.2.1.38.60.81/DefaultDomain/oracle/store/gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/robin/bin/wls/patch_wls1211/profiles/default/sysext_manifest_classpath:/home/robin/bin/wls/patch_oepe100/profiles/default/sysext_manifest_classpath:/home/robin/bin/wls/patch_ocp371/profiles/default/sysext_manifest_classpath weblogic.Server+
    +<Feb 10, 2012 11:30:09 AM CET> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>+
    +<Feb 10, 2012 11:30:10 AM CET> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>+
    +<Feb 10, 2012 11:30:11 AM CET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 20.4-b02 from Sun Microsystems Inc..>+
    +<Feb 10, 2012 11:30:12 AM CET> <Info> <Management> <BEA-141107> <Version: WebLogic Server 12.1.1.0 Wed Dec 7 08:40:57 PST 2011 1445491 >+
    +<Feb 10, 2012 11:30:15 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>+
    +<Feb 10, 2012 11:30:15 AM CET> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool.>+
    +<Feb 10, 2012 11:30:15 AM CET> <Notice> <Log Management> <BEA-170019> <The server log file /home/robin/.jdeveloper/system11.1.2.1.38.60.81/DefaultDomain/servers/DefaultServer/logs/DefaultServer.log is opened. All server side log events will be written to this file.>+
    Feb 10, 2012 11:30:24 AM oracle.security.jps.internal.keystore.file.FileKeyStoreManager saveKeyStore
    WARNING: Failed to save farm keystore. Reason {0}
    Feb 10, 2012 11:30:24 AM oracle.security.jps.internal.keystore.file.FileKeyStoreManager createKeyStore
    WARNING: Failed to save farm keystore. Reason {0}
    oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06513: Failed to save farm keystore. Reason
    +     at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.createKeyStore(FileKeyStoreManager.java:309)+
    +     at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:95)+
    +     at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:73)+
    +     at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:63)+
    +     at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)+
    +     at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:64)+
    +     at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.findServiceInstance(ContextFactoryImpl.java:139)+
    +     at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:170)+
    +     at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:191)+
    +     at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:132)+
    +     at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:127)+
    +     at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:850)+
    +     at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:844)+
    +     at java.security.AccessController.doPrivileged(Native Method)+
    +     at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:844)+
    +     at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:291)+
    +     at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:284)+
    +     at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:270)+
    +     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.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1343)+
    +     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)+
    +     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)+
    +     at weblogic.security.SecurityService.start(SecurityService.java:148)+
    +     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)+
    +     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)+
    +     at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)+
    +<Feb 10, 2012 11:30:24 AM CET> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider>+
    +<Feb 10, 2012 11:30:24 AM CET> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider+
    +weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider+
    +     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)+
    +     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)+
    +     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)+
    +     at weblogic.security.SecurityService.start(SecurityService.java:148)+
    +     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)+
    +     Truncated. see log file for complete stacktrace+
    +Caused By: oracle.security.jps.JpsRuntimeException: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider+
    +     at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:293)+
    +     at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:284)+
    +     at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:270)+
    +     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)+
    +     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)+
    +     Truncated. see log file for complete stacktrace+
    +Caused By: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider+
    +     at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:899)+
    +     at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:291)+
    +     at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:284)+
    +     at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:270)+
    +     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)+
    +     Truncated. see log file for complete stacktrace+
    +Caused By: java.security.PrivilegedActionException: oracle.security.jps.JpsException: [PolicyUtil] Unable to obtain default JPS Context!+
    +     at java.security.AccessController.doPrivileged(Native Method)+
    +     at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:844)+
    +     at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:291)+
    +     at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:284)+
    +     at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:270)+
    +     Truncated. see log file for complete stacktrace+
    +Caused By: oracle.security.jps.JpsException: [PolicyUtil] Unable to obtain default JPS Context!+
    +     at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:860)+
    +     at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:844)+
    +     at java.security.AccessController.doPrivileged(Native Method)+
    +     at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:844)+
    +     at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:291)+
    +     Truncated. see log file for complete stacktrace+
    Caused By: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06513: Failed to save farm keystore. Reason
    +     at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.createKeyStore(FileKeyStoreManager.java:309)+
    +     at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:95)+
    +     at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:73)+
    +     at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:63)+
    +     at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)+
    +     Truncated. see log file for complete stacktrace+
    +>+
    +<Feb 10, 2012 11:30:24 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>+
    +<Feb 10, 2012 11:30:24 AM CET> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>+
    +<Feb 10, 2012 11:30:24 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>+
    Process exited.
    */LOG*
    After that, I tried setting permissions for the cwallet.sso file to ugo+rwx, but this leads to the same problems as mentioned above.
    My second try was to setup an external WLS 12c, but it seems to be not yet possible to connect to a WLS 12c from within jDeveloper.
    Do you have any ideas ?
    Thank you in advance for your help.
    Regards,
    Robin

    After debugging the WLS Initialisation with jdb, I recognized that there was some trouble with dependent libraries.
    In the end, I solved my problem by using another OS (Ubuntu 11.10) for development. There, the WLS works out of the box, even with 64-Bit libraries.
    Thank you for your help.
    Regards,
    Robin

  • Crystal Report XI problem using Command

    Post Author: Elie_123
    CA Forum: General
    Hi all,
    I am trying to make report using Crystal XI where to get all contacts that weren't contacted during a specific user date range.I have one table for contacts: Contact1 and another table for history records: Conthistaccountno is the key.
    I wrote a command:
    Select company, city, key4, department from contact1
    where accountno
    NOT IN (select distinct accountno from conthist where conthist.ondate between
    {?startDate} and {?endDate}) order by company
    If the year of start date and year of end Date is the same than no problem and report generate correct data. if year of start date is less than year of end date (ie: startdate= 01/01/2007 and endate=01/01/2008) than no records are displayed and report is not working fine.
    Knowing that i used the same query in SQL Query builder and it is working fine for any date values.
    Any ideas?
    regards

    Post Author: Elie_123
    CA Forum: General
    here is the query i am writing in my software (GoldMine) SQL query builder. it is on dbase.Select company, city, key4, department from contact1
    where accountno
    NOT IN (select distinct accountno from conthist where conthist.ondate between "01.01.2006" and "29.08.2008") order by company

Maybe you are looking for

  • Oracle VM 2.2: why virtual disk must be 1GB or larger?

    I'm using Oracle VM 2.2. When I try to create a virtual disk using OVM Manager it requires that the disk be at least 1GB in size. Is there a reason for this? Or is it an arbitrary limit enforced by OVM Manager?

  • Wireless Cardbus - Tecra 9100

    Hi, I have just re-installed XP with SP2 on to my 9100, and have downloaded the various drivers from the Toshiba web site and even gone to the Intel web site and got specific Chipset Drivers, most things working now. But main problem is the internal

  • Web Service Deployment error on WLS6.1

    Hi All, I'm trying to deploy a dummy SOAP service on WLS6.1, build on a plain Java class. All the procedure works well on tomcat 3.2, and my SOAP client invokes all the methods and gets expected response successfully. When I even try to deploy it on

  • Flex 2 and Access Database

    I want to know if flex is able to access an access database either via coldfusion or flash remoting?

  • Modul pool

    hi, In a tablecontrol and I have add a scroll vertical in PBO_dypnro, so: DATA: vlines type i. DESCRIBE TABLE gt_itab  lines lv_lines. lv_lines = lv_lines + 1. tablecontrol-v_scroll = 'X'. This is OK, but now, when I press the vertical scroll, the PA