Socket Timeout Webservice Exception

I am trying to connect to the webservice called as Currency Convertor..
Its a very simple process which just connects to the webservice to get the conversion result..
But I get the following error doing that..
How can I resolve the error?
A component failed while executing activity '/WebServicePOC#Default-1.0/ComponentExecution[ConvertingCurrency]' (BP-method convertingCurrency) over instance '/WebServicePOC#Default-1.0/2/0'.
Details:
The method 'CIL_convertingCurrency' from class 'WebService.WebServicePOC.Default_1_0.Instance' could not be successfully executed.
Caused by: Read timed out
fuego.lang.ComponentExecutionException: The method 'CIL_convertingCurrency' from class 'WebService.WebServicePOC.Default_1_0.Instance' could not be successfully executed.
     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:506)
     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:260)
     at fuego.fengine.FEEngineExecutionContext.invokeMethodAsCil(FEEngineExecutionContext.java:215)
     at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1175)
     at fuego.server.execution.microactivity.ComponentExecutionMicroActivity.runCil(ComponentExecutionMicroActivity.java:127)
     at fuego.server.execution.microactivity.ComponentExecutionMicroActivity.execute(ComponentExecutionMicroActivity.java:85)
     at fuego.server.execution.microactivity.MicroActivityEngineExecutionHandler.executeActivity(MicroActivityEngineExecutionHandler.java:89)
     at fuego.server.execution.ImmediateActivity.execute(ImmediateActivity.java:42)
     at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:304)
     at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:470)
     at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
     at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
     at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
     at fuego.server.execution.DefaultEngineExecution.executeAutomaticWork(DefaultEngineExecution.java:63)
     at fuego.server.execution.EngineExecution.executeAutomaticWork(EngineExecution.java:42)
     at fuego.server.execution.ToDoItem.executeAutomaticWork(ToDoItem.java:264)
     at fuego.server.execution.ToDoItem.run(ToDoItem.java:559)
     at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:767)
     at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:747)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:143)
     at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:135)
     at fuego.fengine.ToDoQueueThread$PrincipalWrapper.processBatch(ToDoQueueThread.java:446)
     at fuego.component.ExecutionThread.work(ExecutionThread.java:831)
     at fuego.component.ExecutionThread.run(ExecutionThread.java:409)
Caused by: java.net.SocketTimeoutException: Read timed out
     at java.net.SocketInputStream.socketRead0(Native Method)
     at java.net.SocketInputStream.read(Unknown Source)
     at fuego.net.FuegoSocketInputStream.read(FuegoSocketInputStream.java:91)
     at java.io.BufferedInputStream.fill(Unknown Source)
     at java.io.BufferedInputStream.read(Unknown Source)
     at org.apache.axis.transport.http.HTTPSender.readHeadersFromSocket(HTTPSender.java:583)
     at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:143)
     at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
     at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
     at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
     at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
     at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
     at org.apache.axis.client.Call.invoke(Call.java:2748)
     at org.apache.axis.client.Call.invoke(Call.java:2424)
     at org.apache.axis.client.Call.invoke(Call.java:2347)
     at org.apache.axis.client.Call.invoke(Call.java:1804)
     at fuego.soaptype.SoapCall.invoke(SoapCall.java:234)
     at fuego.soaptype.SoapObject.invoke(SoapObject.java:310)
     at fuego.lang.Invokeable.invokeImpl(Invokeable.java:234)
     at fuego.lang.Invokeable.invokeDynamic(Invokeable.java:188)
     at WebService.WebServicePOC.Default_1_0.Instance.CIL_convertingCurrency(Instance.xcdl:6)
     at WebService.WebServicePOC.Default_1_0.Instance.CIL_convertingCurrency(Instance.xcdl)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:499)
     ... 23 more

We are facing this issue as well. This is seen in requests where there are a lot of conflicting roles requested, or if the user on the backend already has many SoD conflicts.
How many risk violations did show up in the RAR simulation? Seems that above 1000 you will get performance issues in CUP risk analysis.
We are also on SP7 and we did receive a reply from SAP that the risk violation threshold can be changed in RAR as of SP9:
=======================================================
From CUP 5.3 SP9 onwards, we have one parameter in RAR in
'Configuration>Risk Analysis>Performance Tuning' which will
enable you to set threshold violation limit for the Risk Analysis web
service. The name of the attribute is 'Threshold Violation Limit for webservice' and default value of this attribute is 1000.
When you perform risk analysis from CUP and the violation data count
exceeds this limit then error message will appear.
Setting this attribute will help tuning your performance.
==========================================================
Regards,
Stefan.

Similar Messages

  • WebService Socket Timeout Exception before reaching timeout duration

    Hi
    My Server is Websphere Application Server 6.0.2.17
    i got some times socket timeout exception before reach timeout duration. and also i have only default websphere settings for web service .
    The exception is occurred in 19 seconds after hitting the service . i am not able to get the exact problem . because default timeout time is 300 seconds (i think like that)
    Error Log
    2/12/09 11:01:28:323 CET 00000f6a SystemOut O WebService Started --> Begin webservice method invocation (Method Name : getCustomerInfo(String cusID))
    2/12/09 11:01:47:840 CET 00000f6d SystemOut Exception Occurred : java.net.SocketTimeoutException: Socket operation timed out before it could be completed
    WebService Method Invocation Started time 11:01:28
    WebService Timeout exception raised time 11:01:47
    TimeoutDuration 00:00:19

    Hi Mark,
    with synchronous messages it is important to consider timeouts from each connection to be established. So soapUI-PI, then PI-BackendSystem plus anything that might be in between. If your timeout soapUI-PI is smaller than the following ones, you'll get that phenomenon. soapUI will cut the connection, but PI will hold it and maybe receive an answer from the backend. This answer will end up in the void, since the original requester (your soapUI) has already disconnected. But for PI, this will be OK and status "successful". PI does not control and monitor the client's connection.
    In other words, the cancel of the connection is only performed for that same connection, it is not propagated to any subsequent connections.
    Hope that I was clear enough,
    Jörg

  • Weblogic9.2mp3 - socket timeout exception

    we are seeing this with 9.2mp3
    Nothing has changed in the application . Could it be a network or testing tool issue (this happens only during perf tests)
    java.io.IOException: A complete message could not be read on socket: 'weblogic.servlet.internal.MuxableSocketHTTP@1da4942:Socket[addr=/192.168.98.11,port=43659,localport=8001] - idle timeout: '60000' ms, socket timeout: '120000' ms', in the configured timeout period of '60' secs
         at weblogic.socket.SocketMuxer$TimerListenerImpl.timerExpired(SocketMuxer.java:950)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:265)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

    It could be due to the configuration of the application on 9.2mp3? As you said that this is happening during perf testing, did you check the threadpool size for the application? May be there are not enough threads to accept the load during the perf tests.
    I would suggest putting in a optimal value based on your load for the application threadpools and then check if the issues re-appears.
    Thanks,
    Patrick

  • Invoking web service from OBIEE11g failed socket timeout

    Hi,
    I encountered an error when I invoke web service from OBIEE 11g. The web serivce resides on Websphere running on other machine.
    An error says that "Invoking web service failed due to socket timeout." and it seems that it stopped in just 40 secs.
    Is there any settings of WebLogic server to avoid this? This web service normally runs for more than 60 sec.
    I have checked several parameters in WebLogic admin console and changed those values, but I still receive the same error.
    Invoking the same web service from SOAPUI sustains for more than 60 secs.
    Regards,
    Fujio Sonehara

    Don't be too surprised. Sun figured this bug out in short order. I got the same error message when trying to do the same thing, just for the heck of it. Reference this article for details.
    http://java.sun.com/webservices/docs/ea2/jaxrpc/ReleaseNotes.html
    It contains information about bugs fixed in the WSDP EA2. So in answer to your question, download the newer pack from
    http://java.sun.com/webservices/downloads/webservicespack.html
    and your bug will go away. Happy Coding.
    Legal Problems?
    Legal Solutions, for a lot less than you might think.
    [email protected]
    http://www.prepaidlegal.com/go/pritchard45

  • Socket timeouts while downloading huge amount of mails..................

    Problem Statement:
    I have created a utility(using JavaMail API) which downloads mails from the Exchange Server 2003(MS Windows server 2003) using IMAP service.
    The utility uses 5 different threads(each creating it's own separate IMAP session) to download the mails from the same user mailbox account. A separate main controlling thread has been used, which feeds these 5 threads with the start-end message counts with a batching of 100 messages. The 5 threads also set the message delete flag after downloading/processing the messages. And finally the main controlling thread expunges the mail box account after a certain amount of time(1 hour). (The service also takes care of expunging the messages at the startup as well.)
    The utility runs fine for a long time(say 8 to 10 hours) but then it suddenly starts giving socket timeout exceptions and then it continues giving the exceptions. I even introduced a delay of 15 min. and increased the socket timeout period but to no avail. All i had to do was to restart the exchange server and after some time, i again started the utility and it worked finely.
    Exception stack trace:
    * BYE JavaMail Exception: java.net.SocketTimeoutException: Read timed out
    javax.mail.MessagingException: * BYE JavaMail Exception: java.net.SocketTimeoutException: Read timed out;
    nested exception is:
    com.sun.mail.iap.ConnectionException: * BYE JavaMail Exception: java.net.SocketTimeoutException: Read timed out
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:477)
    at javax.mail.Service.connect(Service.java:275)
    at com.newgen.omni.mail.mswrapper.MailServerWrapper.connect(MailServerWrapper.java:102)
    at com.newgen.omni.mail.mswrapper.MailServerWrapper.<init>(MailServerWrapper.java:33)
    at com.newgen.omni.mail.scheduler.Scheduler.Process(Scheduler.java:352)
    at com.newgen.omni.mail.scheduler.Scheduler.run(Scheduler.java:293)
    at com.newgen.omni.mail.scheduler.Scheduler.execute(Scheduler.java:1026)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
    Caused by: com.sun.mail.iap.ConnectionException: * BYE JavaMail Exception: java.net.SocketTimeoutException: Read timed out
    at com.sun.mail.iap.Protocol.handleResult(Protocol.java:299)
    at com.sun.mail.iap.Protocol.simpleCommand(Protocol.java:316)
    at com.sun.mail.imap.protocol.IMAPProtocol.login(IMAPProtocol.java:290)
    at com.sun.mail.imap.IMAPStore.login(IMAPStore.java:517)
    at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:458)
    ... 8 more
    The code snippet to make the IMAP connection (all the 6 threads call it separately to create separate sessions):
    Properties prop = new Properties();
    logger.debugMsg("mailCapture :: Process :: Initializing IMAP context...");
    prop.put("mail.imap.appendbuffersize","-1");
    prop.put("mail.imap.allowreadonlyselect","true");
    prop.put("mail.imap.separatestoreconnection","true");
    prop.put("mail.imap.partialfetch","false");
    prop.put("mail.imap.connectiontimeout", "1200000");
    prop.put("mail.imap.timeout", "1200000");
    session = Session.getInstance(prop);
    //session.setDebug(true);
    logger.debugMsg("mailCapture :: Process :: Get Store...");
    store = session.getStore("imap");
    try
    store.connect(mailServerInfo.strServerIP, Integer.parseInt(mailServerInfo.strServerPort), mailServerInfo.strUsername, mailServerInfo.strPassword);
    catch(MessagingException ex)
    logger.logException(ex.getMessage(), ex);
    Thread.sleep(900000);
    throw ex;
    I have tried with session debugging as well when the exceptions started coming(restart the service with session debugging true) but it doesnt give me any information worthwhile, either the utility stucks on the store.connect or otherwise if it connects then it stucks while opening the folder while using (sourceMailAccountFolder.open(Folder.READ_WRITE);) and doesn't move any further.
    NOTE: While the IMAP service is throwing socket time out exceptions, at the same time I am able to access my account using the http://<ip>/exchange/administrator and the server machine cpu and memory usages are very low as well. I am also having a separte utility which uploads mails using smtp and it is also working fine and uploading the mails whilest the imap utility is throwing the socket timeout exceptions.......
    Please help on this as i am not able to resolve it myself.....................

    Can simultaneously uploading the mails through smtp affect the imap performance(and hence the javamail).
    Note: The mailbox size is over 200000 mails when it started giving exceptions.
    When the socket timeout exceptions came(i have experienced them for the last three days), i was still able to send mails using smtp and the telnet also working fine and even without any delays, infact as i said, the utility sometimes connects but then fails, while using sourceMailAccountFolder.open(Folder.READ_WRITE); giving socket timeout errors and then dnt go any further.
    Right now i have stopped the smtp uploading the mails(for the first time) but still the javamail takes a long time(variable) to connect to the server and the mail body and attachment accessing speed is also a little slow, will see and post back, if the socket timeout exceptions come again.
    Note: My aim is to download more than some 250000 mails within a day through javamail, whilest i am simultaneously uploading them using SMTP.
    My other survice, using SMTP pumps in messages within a loop.

  • Com.sap.tc.webdynpro.model.webservice.exception.WSModelRuntimeException

    Hello Team,
    We have a scenario where we have a PI web service and we are importing the WSDL into our WD Java application.
    While running the test scenario we are getting the below 2 exceptions in the stack trace.
    20111222:Exception trace: com.sap.tc.webdynpro.model.webservice.api.WDWSModelExecuteException: Exception on execution of web service on destination 'WS_CUST_**' for operation 'GetCustomer*' in interface 'GetCustomer**'
    Caused by: java.rmi.RemoteException: Cannot created typed model object. Factory for typed model class '$002fWsdlDefinitions$002fWsdlTypes$002fXsdSchema$005b1$005d$002fXsdComplexType$005b1$005d$002fXsdSequence$002fXsdElement$005b1$005d$002fXsdComplexType' has not been registered.; nested exception is:
    com.sap.tc.webdynpro.model.webservice.exception.WSModelRuntimeException: Cannot created typed model object. Factory for typed model class '$002fWsdlDefinitions$002fWsdlTypes$002fXsdSchema$005b1$005d$002fXsdComplexType$005b1$005d$002fXsdSequence$002fXsdElement$005b1$005d$002fXsdComplexType' has not been registered.
    Caused by: com.sap.tc.webdynpro.model.webservice.exception.WSModelRuntimeException: Cannot created typed model object. Factory for typed model class '$002fWsdlDefinitions$002fWsdlTypes$002fXsdSchema$005b1$005d$002fXsdComplexType$005b1$005d$002fXsdSequence$002fXsdElement$005b1$005d$002fXsdComplexType' has not been registered.
    By running through few posts on SDN a probable solution for this was proposed as: blank the "designtimeWsdlUrl" properties of the model in NWDS and re-deploy the application
    Any help on this would be great.
    Regards,
    Shailesh

    Dear Shailesh,
    Did you try to check the blank the "designtimeWsdlUrl" properties of the model in NWDS and re-deploy the application? please try to check and test.
    Also try to import fresh in new DC and check whether it is working or not.
    Best Regards
    Arun Jaiswal

  • Help with flex4unit ant build.xml: Socket timeout waiting for flexunit report

    I'm having trouble setting up ant to build and test my project locally and I'm not sure what the next step is.
    Info:
    Running on XP/Cygwin.
    All of the files that FlexUnit4 references when used in Flash Builder are in my '${basename}/libs' folder (eg FlexUnit4_1.0.swc).
    I've placed the flexunit4 task in my ant/libs folder.
    I'm getting two errors...
    I don't think I've set up the 'socket' stuff right for the tests. It just sits and waits then dies...
    [flexunit] Waiting for client connection ...
    (about a minute later)
    [flexunit] Stopping server ...
    [flexunit] End of test data reached, sending acknowledgement to player ...
    [flexunit] Closing client connection ...
    [flexunit] Closing server on port [1024] ...
    BUILD FAILED
    java.util.concurrent.ExecutionException: Socket timeout waiting for flexunit report
    Plus this is the error I get from the flash player:
    ReferenceError: Error #1065: Variable mx.skins.spark::BorderSkin is not defined.
    I don't know why it's complaining about Borderskin as I think I have included all the flex4 libs I could find. I suspect this second error is causing the first error?
    Any help appreciated. I think I'm just setting it up all wrong.
    Screencap of errors:
    http://twitpic.com/l7ay8
    build.xml:
    http://gist.github.com/20804

    Finally got everything working using the files from the CI Example which what i probably should have done in the first place.
    So a rough guide for anyone just starting out with this:
    Download the Flex 4 'workspace' from the digital primates hudson server . This appears to contain flexunit library and examples in various stages of development.
    I used Flex Builder 4 Beta 2 to set up my Test Suite and Test Cases.
    I then loaded the libs folder from:
    workspace.zip\workspace\project\FlexUnit4SampleCIProject
    into my flex project's libs folder:
    this includes:
    FlexUnit4.swc
    FlexUnit4CIListener.swc
    flexUnit4UIRunner.swc
    flexTasks.jar
    flexUnitTasks.jar
    I didn't need to remove the FlexUnit4 stuff that is 'referenced' automatically by flash builder when you start adding flexunit4 tests/suites.
    Then I used a modified version of the TestRunner.mxml found in:
    workspace.zip\workspace\project\FlexUnit4SampleCIProject\src\test\flex
    The lines to pay attention to are the ones that look like:
    static public function currentRunTestSuite():Array {
        var testsToRun:Array = new Array();
        testsToRun.push(packagename.TestSuiteName);
        testsToRun.push(packagename.TestClassName);
        return testsToRun;
    Just make sure you update this list to include all of the test suites &/or individual tests you want to run.
    I made this a static function and modified the code in the "FlexUnitApplication.mxml" file to use this function so i'd only need to update one list of suites/tests.
    FlexUnitApplication.mxml is generated automatically when you run FlexUnit4 tests in the Flash Builder 4 Beta 2 IDE.
    This is the build.xml file I'm using in the project:
    http://gist.github.com/208211
    Change the name of the project from "Flare" to whatever and adjust the other path settings where required (though you might want to write this from scratch at least once so you understand roughly what is going on).
    The Debug Flash Player must be installed on the server otherwise you'll get a:
    java.util.concurrent.ExecutionException: Socket timeout waiting for flexunit report
    ...while it waits for the non-existant debugger to attach. (This is obvious but I did forget and was a bit bewildered for a moment)
    Need to also ensure the environment variable:FLEX_HOME is set to the location you installed the flex sdk...by editing your .bashrc setting the environment variable the in the Hudson Configuration.
    You'll need to point Hudson at your ant installation and your jdk installation. If you downloaded he sdk, be aware you might need to point it to the jdk folder inside the place you installed the sdk.
    And I think that's all the problems I had. Hope it's useful to someone... if anyone who actually knows what they are doing can point out any potential issues/better ways of doing things, feel free to comment.
    Thanks to Brian (legrosb) and Mike (mlabriola) for their assistance!

  • Webservice Exception from Webdynpro

    Hi,
    We are on 7.1 SP04 Patch 1. We have created a webservice with http and None Authentication and deployed on EP 7.0 server. We have set a constant User Name and Password in Visual Admin.
    We are able to execute this webservice successfully from Webservice navigator.
    We have developed a Webdynpro appln with this webservice. We are getting an exception when the webservice is getting executed from Webdynpro appln.
    "Exception on execution of webservice with WSDL url '<wsdl url>' with operation 'webservice name' in interface"
    We checked in the trace file and got the following message
    com.sap.mdm.logging.MdmLogger warning
    WARNING: PingServerCommand failed
    Have any one faced this issue?
    Thanks,
    Arun prabhu

    Hi Walter,
    The webservices are developed using MDM Webservice generator. The webdnpro application has to access MDM Data using MDM Webservices / MDM Java APIs.
    This was working fine with MDM 7.1 SP03. Now we have upgraded to MDM 7.1 SP04.
    When I try to access MDM Data from webdynpro using MDM Java API commands, I am getting an exception at AuthenticateUserSession Command. While access using MDM Webservices, I am getting an webservice exception and an entry in trace file.
    Thanks,
    Arun prabhu S

  • Error BEA-101083 Socket Timeout

    Hello, we have a WebLogic Server 8.1 SP2 and we found the following error:
    <Dec 12, 2005 3:33:32 AM CET> <Error> <HTTP> <BEA-101083> <Connection failure.
    java.io.IOException: A complete message could not be read on socket: 'weblogic.servlet.internal.MuxableSocketHTTP@1cc2438 - idle timeout: '30000' ms, socket timeout: '30000' ms', in the configured timeout period of '60' secs
    at weblogic.socket.SocketMuxer$TimeoutTrigger.trigger(SocketMuxer.java:775)
    at weblogic.time.common.internal.ScheduledTrigger.run(ScheduledTrigger.java:243)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigger.java:229)
    at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java:223)
    at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:50)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    >
    Any idea?
    Thanks

    As lot fo people we have the same problem.
    But I have still not found a concreate solution.
    ####<08-May-2006 10:02:36 o'clock CEST> <Error> <HTTP> <quatro> <WlsAdm> <ExecuteThread: '2' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-101083> <Connection failure.
    java.io.IOException: A complete message could not be read on socket: 'weblogic.servlet.internal.MuxableSocketHTTP@8db03f0 - idle timeout: '30000' ms, socket timeout: '30000' ms', in the configured timeout period of '60' secs
         at weblogic.socket.SocketMuxer$TimeoutTrigger.trigger(Lweblogic/time/common/Schedulable;)V(SocketMuxer.java:799)
         at weblogic.time.common.internal.ScheduledTrigger.run()Ljava/lang/Object;(ScheduledTrigger.java:243)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic/security/subject/AbstractSubject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;(Optimized Method)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic/security/acl/internal/AuthenticatedSubject;Lweblogic/security/acl/internal/AuthenticatedSubject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;(SecurityManager.java:121)
         at weblogic.time.common.internal.ScheduledTrigger.executeLocally()V(ScheduledTrigger.java:229)
         at weblogic.time.common.internal.ScheduledTrigger.execute(Lweblogic/kernel/ExecuteThread;)V(ScheduledTrigger.java:223)
         at weblogic.time.server.ScheduledTrigger.execute(Lweblogic/kernel/ExecuteThread;)V(ScheduledTrigger.java:50)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic/kernel/ExecuteRequest;)V(Optimized Method)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:183)
         at java.lang.Thread.startThreadFromVM(Ljava/lang/Thread;)V(Unknown Source)
    >

  • FlexBuilder 3 - Profiling - Socket Timeout

    I'm working on a desktop AIR application and it's time to do
    some profiling. However, I cannot get the profiler to work and I
    feel like I've tried
    everything. I've seen evidence of others having this
    problem, but have yet to find a solution that works for me.
    When I launch the application with the profiler, the
    application launches and works ok. But in the FlexBuilder console,
    I see a "Socket timeout." message repeat on occasion. I never see
    the extra popup window that's supposed to allow me to configure the
    profiling session.
    I use Windows Vista and have no firewalls or anti-virus
    running. Here are things I tried:
    Uninstalling the Flash Player and FlexBuilder. This upgraded me
    from 3.0 to 3.0.1. No change.
    Changing the port from 9999 to a few different port numbers.
    Installing a fresh copy of FB3 on a Windows XP laptop I have.
    It shows the same messasge!
    Thinking it may be something in my project, I created a new
    very simple project and still got the error.
    So, no firewalls and a brand spankin' new installation of
    FlexBuilder (with the Flash player that comes with it) in two
    totally different environments. I'm running out of ideas to try,
    but the app really needs some profiling.
    Can anyone give me some ideas?

    Adobe Newsbot hopes that the following resources help you:
    Broadcast and media:
    In Flex Builder, you add the compatibility-version compiler
    option to the Additional ..... Applications are not compatible with
    signed framework RSLs.
    Link:
    http://www.adobe.com/go/gntray_ind_broadcast_media
    mikemo » What to do if Flex Builder says,
    “Installed Flash Player:
    If you have installed Flex Builder, and when try to debug you
    get an error message that says “Installed Flash
    Player is not a debugger,” or if the Flex
    Link:
    http://www.morearty.com/blog/2006/06/30/what-to-do-if-flex-builder-says-installed-flash-pl ayer-is-not-a-debugger/
    Flex 3:Feature Introductions:Flex 3 RSLs - Adobe Labs:
    The signed RSL may have been put into the Flash Player Cache
    by visiting ... To use RSLs in Flex Builder, modify the project
    properties by adding RSL
    Link:
    http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:Flex_3_RSLs
    Flex developer, Campbell Anderson, from New Zealand - xsive
    blog:
    Mar 25, 2008 ... Right click the flash player instance in the
    browser… yep its the latest player ... Is anyone
    out there using RSLs yet? or the profiler?
    Link:
    http://blog.xsive.co.nz/archives/269
    Flex 3:Release Notes - Adobe Labs:
    3.4.1 Uninstalling Flex Builder 3.4.2 Uninstalling Flash
    Player ..... SDK-12685 There is an issue where the line number of
    an error is completely wrong,
    Link:
    http://labs.adobe.com/wiki/index.php/Flex_3:Release_Notes
    Disclaimer: This is an automated post from Adobe Newsbot.
    Newsbot tries to help forum users by analyzing their post and
    suggesting helpful links.

  • Oracle.xdo.webservice.exception.InvalidParametersException:

    Along with my security exception from my previous post, also get this coming up more frequent.
    [import] Import "***.xdo" from "***" to "****.xdo"
    Command Error: import->importObject
    oracle.xdo.webservice.exception.InvalidParametersException: PublicReportServiceImpl::executeUploadReport Failure: Due to Report with Path [****.xdo] already exist!
    I'm using the overwrite options so why should it care if it exists?
    Also if I run this myself a few times it eventually works.

    see this java.lang.SecurityException: Security violation, expect: 514, actual: 0

  • Weblogic invoking web service failed due to socket timeout

    Hi,
    I encountered an error when I invoke web service from OBIEE 11g. The web serivce resides on Websphere running on other machine.
    An error says that "Invoking web service failed due to socket timeout." and it seems that it stopped in just 40 secs.
    Is there any settings of WebLogic server to avoid this? This web service normally runs for more than 60 sec.
    I have checked several parameters by WebLogic admin console and changed those values, but I still receive same errors.
    Regards,
    Fujio Sonehara

    Hey Eason,
    As I had previously mentioned, I have checked the FE server certs and have mentioned the signing algorithm it used to sign the certs, which was sha1DSA and not sha1RSA, I even checked my CA list of issued certs and have found all certs are signed the same.
    Signature algorithm: sha1DSA
    Signature Hash Algorithm: sha1
    Public Key:  RSA (1024 bit)
    I could run request and reinstall all day long it will still get the same certs signed with the algo..
    Doing some research I attempted to see if I could change the signing cert for a specific cert template that was being used to issue the Lync FE certs... however seems that from according to
    this, that I'd have to completely rebuild my CA before I'd be able to request and issue a cert with the proper signing algorithm?!
    This
    says its possible but not supported, what do I do in this situation? Is my only option to rebuild teh entire CA and cert infrastructure?
    I noticed my CSP is set to Microsoft Base DSS Cryptographic Provider, and under the CSP folder there is no "CNGHashAlgorithm" key so I'm using a "Next Gen CSP" apparently? Is this CSP good enough to support Lync...Straight up where is
    the Lync documentation on the CA setup requirements??
    This google link doesn't tell you how you should setup a CA for Lync, what settings need to set etc..

  • Socket timeout on Mac

    Hello,
    I am trying to run the flexunit ANT task on a Mac but keep getting the following error.
    [flexunit] Stopping server ...
    [flexunit] End of test data reached, sending acknowledgement to player ...
    [flexunit] Closing client connection ...
    [flexunit] Closing server on port [1024] ...
    "Socket timeout waiting for flexunit report"
    I see the test runner launch in Flash Player but then nothing else happens after that.  I'm assuming FlexUnit isn't able to communicate with flash player but at this point i am not sure how to remedy the problem.
    Does anyone have any suggestions on how to get flexunit and ANT working on a Mac?
    Thanks.

    Thanks for the help so far.  I am using the RC1 SWCs.  I've also tried different ports but that didn't help either.  The flexUnit.cfg file is getting created.
    This is what my flexunit task looks like (defined in a macro)...
                <flexunit swf="@{bin.dir}/@{mxml.name}.swf" toDir="@{report.dir}"
                    player="flash"
                    headless="true"
                    haltonfailure="false"
                    verbose="true"
                    localTrusted="true" />
    And here is my build output...
    [flexunit] Using the following settings:
    [flexunit]     haltonfailure: [false]
    [flexunit]     headless: [true]
    [flexunit]     localTrusted: [true]
    [flexunit]     player: [flash]
    [flexunit]     port: [1024]
    [flexunit]     snapshot: [false]
    [flexunit]     snapshotFile: [---/controller/controller-shell/report/snapshot.jpg]
    [flexunit]     swf: [---/controller/controller-shell/bin/ControllerTestRunner.swf]
    [flexunit]     timeout: [60000ms]
    [flexunit]     toDir: [---/controller/controller-shell/report]
    [flexunit]     verbose: [true]
    [flexunit]     xcommand: [xvfb]
    [flexunit] Setting up server process ...
    [flexunit] Starting server ...
    [flexunit] OS: [Mac OSX]
    [flexunit] Opening server socket on port [1024].
    [flexunit] Waiting for client connection ...
    [flexunit] Launching player:
    [flexunit] Executing 'open' with arguments:
    [flexunit] '---/controller/controller-shell/bin/ControllerTestRunner.swf'
    [flexunit] The ' characters around the executable and arguments are
    [flexunit] not part of the command.
    [flexunit] Created local trust file at [/Users/arumsey/Library/Preferences/Macromedia/Flash Player/#Security/FlashPlayerTrust/flexUnit.cfg]
    [flexunit] Stopping server ...
    [flexunit] End of test data reached, sending acknowledgement to player ...
    [flexunit] Closing client connection ...
    [flexunit] Closing server on port [1024] ...
    BUILD FAILED
    ---/controller/build/macros.xml:64: java.util.concurrent.ExecutionException: Socket timeout waiting for flexunit report

  • Com.sapportals.wcm.repository.ResourceException: Webservice exception

    Hi,
    When we try to upload any document to KM we get the following error,
    com.sapportals.wcm.repository.ResourceException: Webservice returned with exception in method 'getBOInstance'"",""n/a"",""com.sapportals.wcm.control.navigation.ResourceTreeControlInternal"",""sap.com/irj"",""B46853"",""ustca190"",""Server 0 0_69062"",
    or..
    Date,Time,Message,Category,Location,Application,User,Host,Node,
    "Aug 21, 2006,""22:04:43:704"",""Call failed"",""/System/Server"",""com.sap.portal.portal"",""sap.com/irj"",""B46853"",""ustca190"",""Server 0 0_69062"","
    ","""",""[EXCEPTION]"","""","""","""","""","""","""","
    ","""",""com.sap.engine.services.webservices.jaxm.soap.accessor.NestedSOAPException: IOError while working with the message. Check the nested Exception."","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:226)"","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:160)"","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:322)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.service.soap.SOAPService.call(SOAPService.java:152)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.service.soap.PRTSOAPCall.invokeMethod(PRTSOAPCall.java:209)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.proxies.BOProxy.getBOInstance(BOProxy.java:615)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.util.BOProxyWrapper.getBOInstance(BOProxyWrapper.java:317)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.util.BOProxyWrapper.getBOInstance(BOProxyWrapper.java:296)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.util.BOProxyWrapper.checkRightsForCAF(BOProxyWrapper.java:887)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.util.SecurityManagerImpl.checkCAFResource(SecurityManagerImpl.java:297)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.util.SecurityManagerImpl.isAllowed(SecurityManagerImpl.java:178)"","""","""","""","""","""","""","
    ","""",""at com.sap.caf.km.repositorymanager.CAFSecurityManager.isAllowed(CAFSecurityManager.java:131)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.manager.generic.security.CollaborationSecurityManager.isAllowed(CollaborationSecurityManager.java:208)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.manager.SecurityChecker.check(SecurityChecker.java:237)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.manager.SecurityChecker.checkListChildren(SecurityChecker.java:138)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.manager.cm.CmNamespaceAndContentManager.getChildren(CmNamespaceAndContentManager.java:2218)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.manager.cm.CmNamespaceAndContentManager.getChildren(CmNamespaceAndContentManager.java:424)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.CollectionImpl.internalGetChildrenManager(CollectionImpl.java:1533)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.CollectionImpl.internalGetChildren(CollectionImpl.java:1550)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.CollectionImpl.doGetChildren(CollectionImpl.java:144)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.CollectionImpl.getChildren(CollectionImpl.java:124)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.repository.CollectionLinkImpl.getChildren(CollectionLinkImpl.java:79)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.getChildren(InternalTree.java:1675)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.getFirstCallOpenResources(InternalTree.java:970)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.getFirstCallOpenResources(InternalTree.java:993)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.buildNewTree(InternalTree.java:599)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.renderTree(InternalTree.java:718)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.render(InternalTree.java:467)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.rendering.collection.cm.InternalTree.buildContent(InternalTree.java:2034)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.control.util.components.base.BaseCompositeComponent.buildComposition(BaseCompositeComponent.java:195)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:34)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:34)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.Container.preRender(Container.java:120)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.htmlb.PrtContext.render(PrtContext.java:406)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:237)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:130)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:73)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)"","""","""","""","""","""","""","
    ","""",""at java.security.AccessController.doPrivileged(Native Method)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)"","""","""","""","""","""","""","
    ","""",""at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)"","""","""","""","""","""","""","
    ","""",""at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)"","""","""","""","""","""","""","
    ","""",""at java.lang.Thread.run(Thread.java:534)"","""","""","""","""","""","""","
    ","""",""Caused by: java.net.UnknownHostException: _ustwa057.kcc.com"","""","""","""","""","""","""","
    ","""",""at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:153)"","""","""","""","""","""","""","
    ","""",""at java.net.Socket.connect(Socket.java:452)"","""","""","""","""","""","""","
    ","""",""at java.net.Socket.connect(Socket.java:402)"","""","""","""","""","""","""","
    ","""",""at java.net.Socket.<init>(Socket.java:309)"","""","""","""","""","""","""","
    ","""",""at java.net.Socket.<init>(Socket.java:124)"","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initStreamsFromSocket(HTTPSocket.java:647)"","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initializeStreams(HTTPSocket.java:469)"","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getOutputStream(HTTPSocket.java:426)"","""","""","""","""","""","""","
    ","""",""at com.sap.engine.services.webservices.jaxm.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:182)"","""","""","""","""","""","""","
    ","""",""... 58 more"","""","""","""","""","""","""","
    "Aug 21, 2006,""22:04:43:704"",""Webservice returned with exception in method 'getBOInstance'"",""n/a"",""com.sap.caf.km.repositorymanager.util.BOProxyWrapper"",""sap.com/irj"",""B46853"",""ustca190"",""Server 0 0_69062"","
    "Aug 21, 2006,""22:04:43:704"",""Webservice returned with exception in method 'getBOInstance'
    Looks like some kind of authorisation problem.
    Another noted feature is, when the user has all rights in portal - System Admin the upload is faster.
    but when we use the everyone group with read permission this error occurs and upload of a document takes between 15-30 minutes.
    Kind Regards
    Asif

    Check with the weblog for External libraries.
    Weblog External libraries:https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2361. [original link is broken] [original link is broken] [original link is broken]
    If u want more informations about the jar files check with this link
    JAR class finder:
    http://www.alphaworks.ibm.com/tech/jarclassfinder
    http://sourceforge.net/projects/classlocator
    Regards,

  • Need help about setting timeout webservice client.

    Hi,
    I trying to set timeout before make call to the webservices, my target webservice is deployed on WebLgic server 8.14 (service pack 4). Nothing just Thread.sleep for 1 min. then return some string. Here is my client code. I use the proxy generated by the workshop testing browser, "Java proxy" button.
    public static void main(String a[]) {
    try {
    EjbTimeout_Impl proxy = new EjbTimeout_Impl();
    EjbTimeoutSoap_Stub myStub = (EjbTimeoutSoap_Stub)proxy.getEjbTimeoutSoap();
    BindingInfo bInfo = (BindingInfo)myStub._getProperty("weblogic.webservice.bindinginfo");
    System.out.println(bInfo.getTimeout()); // print out '-1' no timeout I guess
    bInfo.setTimeout(5); //secs
    System.out.println(bInfo.getTimeout()); // print out '5', value change accepted
    myStub._setProperty("weblogic.webservice.rpc.timeoutsecs", "5");
    System.out.println(myStub._getProperty
    ("weblogic.webservice.rpc.timeoutsecs")); // also print '5'
    String ss = myStub.sayHello("WEBLOGIC");
    System.out.println(ss);
    } catch (Exception e) {
    System.out.println(e.toString());
    As you see the timeout value is changed but when I call webservice from this client everything is fine. The output string ruturn from webservice is printed out after Thread.sleep(60000).
    Are there any missing things about this client code, my webservice code is quite simple, or if there is some way else to achieve this ???
    Many thanks.

    Before you use the JMS, you need to deploy some drivers related to specific MQseries, Kindly ensure that proper driver are deployed....
    If you use MQSeries 53x.xxx, you must enter the following JAR files in aii_af_jmsproviderlib.sda.
    com.ibm.mq.jar, com.ibm.mqbind.jar, com.ibm.mqjms.jar, connector.jar (use the JAR file from the J2EE client directory)
    check this link it will give you more inofmration
    http://help.sap.com/saphelp_nw04/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm
    check this to get the condifuration the JMS
    How to use conversion modules in JMS - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bfc7d12f891
    Ref How To Use the Content Conversion Module in JMS Adapter - https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000582377&

Maybe you are looking for

  • Start up problems resolved, now what ?

    Hi chaps, for some reason I've had a mare of an afternoon, I had a bit of a crash, beachball spinning and nothing would force quick so I held down the button and eventually I got the grey screen and then it went to black, this happened several times

  • How to prevent copy of value into condition in PO from prev PO

    Hi I have a manual pricing condition in the Purchase Order. Whenever I am creating a new PO, system is bringing the value of the condition from the last PO. How do I prevent this? I have set the condition as manual in pricing schema, set manual entry

  • Importing and Editing AAC files

    I am using Soundtrack Pro 2.0.2 and have imported a 5.1 channel .aac file. I am, however, unable to edit that file in STP. I can see all 5 channels but they are all greyed out, meaning I cannot individually do anything with those tracks. When I copy

  • How can i make a JTextField not scroll

    i have a JTextField which can show 10 columns, while i setText 20 cols, but i do not want the TextField scroll to show it all, any idea? thx

  • OBIEE 10g How ADD new report and use outer join

    Hi, I have to add a new report that use a new view...(just created in db) I'm new in OBIEE.. can you explain how can i do it? Actually: 1. I opened administrator tool and import new view (and created an alias) in physical 2. I built a logical table i